If you want all Stats on the new table, then you can do the following:
CREATE TABLE tab2_new AS tab1_old with data and stats;It copies bot data and Stats to the new table
↧