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

格式:

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

如下图:

  MySQL☞upper函数-LMLPHP

05-28 17:21