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
Last modified: July 24, 2020

Author

Comments

Write a Reply or Comment