Is there a limit on the size that a SQL command can be. I have two SQL queries that I am using a UNION ALL to join together. Right now its at 100 lines. Each side of the query works fine, but when I put them together it looks as if its only running part of it.
I cant create a view/stored procedure because this is running against a vendors ORACLE database.
Thanks for your help
I cant create a view/stored procedure because this is running against a vendors ORACLE database.
Thanks for your help