Friday, March 23, 2012

Insert using From

I am trying to insert rows into a table using
insert into table_name(columns)
from table_name
and I get Subquery returned more than 1 valueCould you post your sql-statement?|||If you are getting a "sub-query returned more than one variable" error message, there is probably a logic error in your query. If you post the query, I'd bet that one of us can help you fix it.

-PatP

No comments:

Post a Comment