Hi,
I am using Oracle 8i. But it is not supporting some feacher like
JOIN, TRANSACTION, Procedure, except, intersect, having, select INTO, with
and many more .
what would be the problem. How can i rectify this problem
User Profile
Collapse
-
Oracle 8i does not supports Common features
-
here is sample code of join statement which does not execute on oracle and execute successfully on sql server or MS Access.
select customer.cust_n ame, department.dept _name from customer INNER join department on customer.cust_i d = department.cust _id
where is the fault occure?... -
problem in join statement
Hi
i am using oracle 8i. when i execute the join statement i got the error message. at the same time when i execute the same code to sql server and ms access the code execute successfully. i am not a regular user of oracle. hance i thougth that the join statement for orcle might be different.
please help me to solve this problem
or provide me the sample of join statement which execute successfully...
No activity results to display
Show More
Leave a comment: