Subject i want to "update or insert into table1 (a, b) select x, y from table2"
Author Orhan TURHAN
i want to use this sql command;
but why?

update or insert into table1
(a, b)
select x, y from table2;