Self Join
Description
A self join is a join of a table to itself. This table appears twice in the
FROM
clause and is followed by table aliases that qualify column names in the join condition. (Oracle SQL Language Reference Self Join Subsection)
Sample Source Patterns
Basic Self Join case
Oracle
IN -> Oracle_01.sql
Snowflake
OUT -> Oracle_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated