What is the easy way to create a copy of a table? In oracle, I used to do
this:
create table tab_copy as (select * from tab1);
I could not get it working for DB2 to create an exact copy of the table. Is
there a better way to do this?
DB2 & UDB email list listserv db2-l LazyDBA home page