随手记:SQL语句例子
时间:2014-07-14 15:09:56
收藏:0
阅读:249
计算出orgs_info表code字段数据包含指定字符串‘-‘的个数
select * from orgs_info where length(code)-length(replace(code,‘-‘,‘‘))=3
评论(0)