Hi all,
I'm a newby db2 dba, but a little expert from oracle..
I'm simply tring to create a new table from another pre-existing one using a statement like this:
create table tab_name
as select * from other_table
But db2 give me the classic syntax error sql0104n..
The questions are:
Can I create a table from an existing one with same structure and data like in oracle?
If so, what is the right syntax?
Thanks in advance
downtown