LilProgrammerGirl
Programmer
Hello all,
I have a query that will run perfectly fine in Oracle, but when I put it into SQL Query Analyzer and try to run it I get a syntax error. It used to run fine on the SQL Server, however now I had to update the query and add codes into a criteria's "IN ()" clause. It made the query significantly bigger and will not run anymore. Has anyone ran into this problem before? What can I do to fix it? I would hate to break the query up and for execution and then mesh it together later....
I run the query using:
Thank you!!
Hailey
I have a query that will run perfectly fine in Oracle, but when I put it into SQL Query Analyzer and try to run it I get a syntax error. It used to run fine on the SQL Server, however now I had to update the query and add codes into a criteria's "IN ()" clause. It made the query significantly bigger and will not run anymore. Has anyone ran into this problem before? What can I do to fix it? I would hate to break the query up and for execution and then mesh it together later....
I run the query using:
Code:
select * from openquery(server, '
here's the query
')
Thank you!!
Hailey