UPPER() 函数将字符串转换为大写。
笔记:另请参阅降低()功能。
UPPER(
text)
Parameter | Description |
---|---|
text | Required. The string to convert |
工作于: | SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
将 "CustomerName" 中的文本转换为大写:
SELECT UPPER(CustomerName) AS UppercaseCustomerName
FROM Customers;
亲自试一试 »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!