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

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -