I have an Oracle SQL statement running through a VB DLL. The Oracle SQL runs fine when running in a SQL tool, but when attempting to run through ADO in the VB DLL, the ORDER BY clause does not seem to function. The records are returned fine, but the records are not ordered as specified in the ORDER BY clause. This SQL statement involves the use of a MINUS keyword...
SELECT statement 1
MINUS
(SELECT statement 2)
ORDER BY
Field1
If anyone has any advice to offer, I would greatly appreciate it.
Thanks,
Rich
SELECT statement 1
MINUS
(SELECT statement 2)
ORDER BY
Field1
If anyone has any advice to offer, I would greatly appreciate it.
Thanks,
Rich