mysql的lower和uppper函数可以将指定字符串转换为小写和大写

select lower('OutSpringTd') as lowerCase, upper('OutSpringTd') as upperCase;

将输出:

 

outspringid OUTSPRINGID

 

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2021-04-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-12-22
  • 2022-01-09
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案