database - Is it possible to select and insert its result in MySQL? -


i have table needs updated table. can make select command insert data found on table? if so, how?

i use mysql

insert table1 (column1, column2) select column1, column2 table2 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -