CREATE TABLE new_table |
This would create a new_table that will not included data from old_table. It will only copy the table structure. |
To create a new table from the existing multiple table. CREATE table new_table |
To Create new table from existing table along with the data. |
Create Table from another Table
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment