MySQL lower函数

lower(列名/字符串):将大写字母改成小写字母

格式:

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

如下图:

  

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