gaofeng0210 发表于 2018-10-23 07:05:50

SQL批量修改字段值

--以下为错误语句  

  
/*update nhis34.t_publicplaces
  

  
   set ruperson =
  

  
       (select tt.principal
  

  
          from nhis34.t_publicplaces tp
  

  
          left join standard.t_organization tt
  

  
            on tt.orgcode = tp.r_orgcode
  

  
         where tp.create_time > '2015-05-07 00:00:00');*/


页: [1]
查看完整版本: SQL批量修改字段值