Mysql常用函数的汇总,可看下面文章
https://www.cnblogs.com/poloyy/p/12890763.html
length(str)
select length("帅哥"); # 6 select length(12345); # 5 select length("2020-05"); # 7