Monday, June 6, 2022

SQL Copy one table records to another table - INSERT RECORD FROM ONE TABLE TO ANOTHER - COPY TABLE

 INSERT INTO newTable

SELECT * FROM oldTable

https://stackoverflow.com/questions/13237623/copy-data-into-another-table

No comments:

Post a Comment