码迷,mamicode.com
首页 > 数据库 > 详细

数据库操作

时间:2019-04-24 09:16:00      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:select   %x   数据库操作   date   java   update   长度   regexp   rom   

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 ‘%x‘ //将字母大写

  

数据库操作

标签:select   %x   数据库操作   date   java   update   长度   regexp   rom   

原文地址:https://www.cnblogs.com/chenlw/p/10760415.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!