1.select * from 表 where len(字段) = 值
2.select * from tabel where field1 like "__" (引号内是N个下划线)一个下划线相当于 len(XX) =1