I have tableA, tableB and tableC like the image. TableC assumption is empty. How to insert data into tableC with Insert Into Select statement ?
Data tableC from tableB with contition from tableA.
I can do it with cursor.
I have tableA, tableB and tableC like the image. TableC assumption is empty. How to insert data into tableC with Insert Into Select statement ?
Data tableC from tableB with contition from tableA.
I can do it with cursor.