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
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
Post a Comment