码迷,mamicode.com
首页 > 其他好文 > 详细

UCASE(str)

时间:2017-05-23 18:14:28      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:code   class   blog   cas   style   logs   --   str   select   

UCASE(str) 用于将 str 中的小写字母转换成大写字母

mysql> SELECT UCASE(black), UCASE(BLacK);
+----------------+----------------+
| UCASE(black) | UCASE(BLacK) |
+----------------+----------------+
| BLACK          | BLACK          |
+----------------+----------------+

 

 

 

 

    

UCASE(str)

标签:code   class   blog   cas   style   logs   --   str   select   

原文地址:http://www.cnblogs.com/pzk7788/p/6895280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!