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:
Output Code:
Related EWIs
No related EWIs.
Known Issues
No issues were found.
Last updated