How to insert and update in one query from temp table. I have finaltable in which primary keys are Callid and segment
INSERT INTO `finaltable` (select * from tempdb.Matched);
How to insert and update in one query from temp table. I have finaltable in which primary keys are Callid and segment
INSERT INTO `finaltable` (select * from tempdb.Matched);