ORA-01437
Error: ORA-01437: cannot have join with CONNECT BY
Causa: A join operation was specified with a CONNECT BY clause. If a CONNECT BY clause is used in a SELECT statement for a tree-structured query, only one table may be referenced in the query.
Acción: Remove either the CONNECT BY clause or the join operation from the SQL statement.
COMENTARIOS:
No hay comentarios.