netezza 数据库 修改多个字段的方法
update BS_REGIONSERVICELINE set reglevelcode='0000100001'||substr(reglevelcode,21,30),reglevel = '4'
where substr(reglevelcode,1,20) = '00001000010000100002' and reglevel = '6'
发布时间: 2012-08-03 00:12:14 作者: rapoo
netezza 数据库 修改多个字段的方法
update BS_REGIONSERVICELINE set reglevelcode='0000100001'||substr(reglevelcode,21,30),reglevel = '4'
where substr(reglevelcode,1,20) = '00001000010000100002' and reglevel = '6'