首页 > 代码库 > 随手记:SQL语句例子

随手记:SQL语句例子

计算出orgs_info表code字段数据包含指定字符串‘-‘的个数

select * from orgs_info where length(code)-length(replace(code,‘-‘,‘‘))=3