Equijoin
Last updated
Last updated
An equijoin is an implicit form of the join with a join condition containing an equality operator. For more information for Oracle Equijoin, check .
No special transformation is performed for this kind of Join since Snowflake supports the same syntax.
The result of the query will have the same content in both database engines but the order might be different if no Order By clause is defined in the query.
No related EWIs.