将 "CustomerName" 中的文本转换为大写:
SELECT UCASE(CustomerName) AS UppercaseCustomerName
FROM Customers;
亲自试一试 »
UCase() 函数将字符串转换为大写。
提示:另请参阅LCase()功能。
UCase(
text)
Parameter | Description |
---|---|
text | Required. The string to convert |
工作于: | 从 Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!