mysql - duplicate table in sql with add new Columns -


I can duplicate the table like this:

  ABC select * forms of selection Create the table abc_new in   

Can I duplicate the table and new columns in the same sentence as the date?

add it to date

  select table * as Create abc_new, sysdate as a date from ABC   

.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -