Hi,
I have 2 tables.
Can we update and insert records in Table A based on Table B in a single sql statement?
Thanks in advance BI DWH BALA
Hi,
I have 2 tables.
Can we update and insert records in Table A based on Table B in a single sql statement?
Thanks in advance BI DWH BALA
There is one statement called MERGE UPDATE. This statement is working fine where it inserts records and update records on Table A based on Table B in a single sql statement.
No one has followed this question yet.