EXISTS
Description
EXISTS conditions test for the existence of rows in a subquery, and return true if a subquery returns at least one row. If NOT is specified, the condition returns true if a subquery returns no rows. (Redshift SQL Language Reference EXISTS condition)
Grammar Syntax
This function is fully supported by Snowflake.
Sample Source Patterns
Setup Table
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Related EWIs
No related EWIs.
Known Issues
No issues were found.
Last updated