Notepad++Good Luck To You!

mysql根据身份证更新生日和性别
浏览: 2373    评论: 0

updatepassengersetbirthday=CONCAT(SUBSTR(cert_no,7,4),"-",SUBSTR(cert_no,11,2),"-",SUBSTR(cert_no,13,2))w...


update passenger set birthday=CONCAT(SUBSTR(cert_no,7,4),"-",SUBSTR(cert_no,11,2),"-",SUBSTR(cert_no,13,2)) where length(cert_no)=18


update passenger set SEX=1

where length(cert_no)=18 and SUBSTR(cert_no,17,1)%2=1



update passenger set SEX=0

where length(cert_no)=18 and SUBSTR(cert_no,17,1)%2=0


update passenger set birthtime = (select DATEDIFF(birthday,FROM_UNIXTIME(0))* 24 * 3600)


全文详见:http://xpxw.com/?id=144

TOP


«    2024年10月    »
123456
78910111213
14151617181920
21222324252627
28293031
TOP 搜索
TOP 控制面板
您好,欢迎到访网站!
  查看权限
TOP 最新留言
    TOP 作者列表
    TOP 站点信息
    • 文章总数:163
    • 页面总数:0
    • 分类总数:6
    • 标签总数:20
    • 评论总数:0
    • 浏览总数:361552