INSERT INTO [dest table]
SELECT * FROM [src table];
error syntax
Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column
how to table copy?