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