The UPPER() function converts a string to upper-case.
Note: This function is equal to the UCASE() function.
UPPER(
text)
Parameter | Description |
---|---|
text | Required. The string to convert |
Works in: | From MySQL 4.0 |
---|
Convert the text in "CustomerName" to upper-case:
SELECT UPPER(CustomerName) AS UppercaseCustomerName
FROM Customers;
Try it Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!