Skip to content
Advertisement

MySQL error with Not unique table/alias with join

I have this sql query which gives me the error “Not unique table/alias”. This is not the case as “studii” is the only table with that name. Why does this error show up?

Advertisement

Answer

in this care you are referring to 2 different selections of a table with the same alias (studii)

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