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