Example:
Use the following to create a copy of the original table data in the database.
SELECT * INTO tbTable01_YYYYMMDD FROM tbTable01
SELECT * FROM tbTable01
SELECT * FROM tbTable01_YYYYMMDD
Use the following to create a copy of the original table data in the database.
SELECT * INTO tbTable01_YYYYMMDD FROM tbTable01
SELECT * FROM tbTable01
SELECT * FROM tbTable01_YYYYMMDD
Comments