thanks, but I meant for adding rows to a table from the result of a select as opposed to creating a new one.
I guess I could create a new one from the old one plus the additional rows but that would mean each time i performed the update I would have to change the name
i.e
create table_2 from update_table and table_1
create table_3 from update_table and table_2
create table_4 from update_table and table_3
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.