MySQL upper函数

upper(列名/字符串):把小写字母改为大写字母

格式:

  select  upper(列名/字符串) from 表名

如下图:

  

原文地址:https://www.cnblogs.com/fuxinxin/p/9831335.html