Insert into Table2(a,b, c, d) select a,a*c,c,5 from Table1
update t1 set t1.c2 = t2.c2 from t2 where t1.c1 = t2.c1
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。