could anyone help me with sample syntax, or point me to some examples, to recreate table from template using a different tablespace ?
eg
create table new_table_name
as (select * from template_table)
tablespace target_tablespace
is the tablespace syntax correct/recommended ?
regards, david - no such thing as problems - only solutions.
eg
create table new_table_name
as (select * from template_table)
tablespace target_tablespace
is the tablespace syntax correct/recommended ?
regards, david - no such thing as problems - only solutions.