Skip to content
Advertisement

ORA-01417: a table may be outer joined to at most one other table

I have this query below for oracle sql:

When i execute it, i got ORA-01417: a table may be outer joined to at most one other table. Need help for this error.

Advertisement

Answer

Please use below query. In the current query, your aggregation is incorrect, you have to use same function as you use in the select query. And changed the filter criteria to WHERE instead of AND. Also not sure why you are selecting rownum=10,it will provide you only one record. Is that fine?

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement