Hi,

i am using the ANSI SQls in oracle 9i and working fine.
Now i am using the Oracle 8i Ansi SQl are giving errors.
Thee is any solution for that workable Ansi sqls in oracle 8i
eg: ANSI SQL
SELECT Customers.CustomerId, Company, OrderID
FROM Customers C LEFT OUTER JOIN Orders O
ON (C.CustomerID = O.CustomerID)