摘要:
一:update 表2 set (要插入的列名)= select 表1.某一列 from 表1 left jion 表2 on 表1和表2的关联 where ..... 二:update 表1 set 表1.列=表2.列 from 表2 where 表2.id=表1.id 三:update _a s 阅读全文
摘要:
/*char(10) -回车 ,char(13)-换行,‘ ’空格之类的update bom_BillListTab set Bak = replace(Bak,CHAR(10),'')where ParentProduct like '0621011000%' and Bak<>'' /*搜索字段 阅读全文