您好,欢迎访问一九零五行业门户网

MySQL中如何使用UPPER()函数

upper()upper(str)和ucase(str)函数用于将字符串转换为大写形式,例如:
select upper('mysql字符串函数') as str1, ucase('mysql字符串函数') as str2;str1 |str2 |--------------+--------------+mysql字符串函数|mysql字符串函数|
以上就是mysql中如何使用upper()函数的详细内容。
其它类似信息

推荐信息