mysql的lower和uppper函数可以将指定字符串转换为小写和大写
select lower('OutSpringTd') as lowerCase, upper('OutSpringTd') as upperCase;
将输出:
outspringid OUTSPRINGID