• 12:48 AM
  • Unknown
To copy just structure and data use this one:
CREATE TABLE tbl_new AS SELECT * FROM tbl_old;