Subject | i want to "update or insert into table1 (a, b) select x, y from table2" |
---|---|
Author | Orhan TURHAN |
Post date | 2008-05-30T11:07:50Z |
i want to use this sql command;
but why?
update or insert into table1
(a, b)
select x, y from table2;
but why?
update or insert into table1
(a, b)
select x, y from table2;