Skip to content
Advertisement

Sql Subselect ORA-00918

This is my Sql:

And i get this error message:

ORA-00918: Spalte nicht eindeutig definiert 00918. 00000 – “column ambiguously defined” *Cause:
*Action: Fehler in Zeile: 15 Spalte: 7

where is my mistake?

Advertisement

Answer

I suspect you actually want something like this:

You have repeated table references in the FROM clause — and the repetitions have no obvious logic.

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