目录

MS Access UCase() 函数

示例

将 "CustomerName" 中的文本转换为大写:

SELECT UCASE(CustomerName) AS UppercaseCustomerName
FROM Customers;
亲自试一试 »

定义和用法

UCase() 函数将字符串转换为大写。

提示:另请参阅LCase()功能。

语法

UCase( text)

参数值

Parameter Description
text Required. The string to convert

技术细节

工作于: 从 Access 2000