Is it possible to somehow store the result of a query in a local variable, and then reference that local variable in further statements such as "UPDATE Foo where Foo.x IN @myResultSet"?
This would need to be ODBC compliant and be possible in plain dynamic(php generated) SQL (no stored procedures, views).
Thank-you
This would need to be ODBC compliant and be possible in plain dynamic(php generated) SQL (no stored procedures, views).
Thank-you