数据库操作
摘要:select * from num where length(newnum) = 15 //指定字符串长度 select * from num where newnum not REGEXP '[0-9]{18}|[0-9]{17}X|[0-9]{15}'//使用正则 update num set newnum = upper(newnum) where newnum like ...
阅读全文
posted @
2019-04-24 08:57
chenlw101
阅读(99)
推荐(0) 编辑