If the INTO TABLE clause is specified, the result of the
query will be stored in another table with the indicated
name.
- The new_table will
- be created automatically and should not exist before this command.
- Refer to SELECT INTO for more information.
+ The target table (new_table) will
+ be created automatically and should not exist before this command.
+ Refer to SELECT INTO for more information.
+
The CREATE TABLE AS statement will also