用原字符串长度减去将逗号替换成空的字符串长度
char_length(): 字符串的字符长度
length(): 字符串的byte长度
原来select可以空选啊。。。
select char_length("10,A,B")-char_length(replace("10,A,B", ",", ""))