摘要:
SQL 两表关联更新UPDATE (用一个表更新另一个表) 方法1: 1 2 update table1 set field1=table2.field1 from table2 where table1.id=table2.id 1 2 3 --简写 update t1 set t1.c2 = t 阅读全文
posted @ 2021-03-17 08:05
我的理想之路
阅读(1825)
评论(0)
推荐(0)

浙公网安备 33010602011771号