copy table:
select * into table2 (select * from table1) c
update table:
update a
set a.id = b.qID
from v3_group a join qun2 b on a.groupid = b.groupid
copy table:
select * into table2 (select * from table1) c
update table:
update a
set a.id = b.qID
from v3_group a join qun2 b on a.groupid = b.groupid
Recent Comments