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

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

python - how we can use ajax() in views.py in django? -