Hi,
I have a stored procedure in which I query a table to build an insert string, which is of the nature...
insert into table1234 (col1, col2....col200)
select (col1, col2...col200)
from table4321
where table4321.col201 = table1234.col201
I use a procedure because the table name is passed as a...
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.