SnowConvert AI - PostgreSQL - Expressions¶
ALL & ANY array expressions¶
<> ALL & = ANY array expressions
Description¶
An expression used to evaluate and compare each element of an array against a specified expression. (PostgreSQL Language Reference ANY & ALL (array) (https://www.postgresql.org/docs/current/functions-comparisons.html#FUNCTIONS-COMPARISONS-ANY-SOME))
Grammar Syntax¶
To support this expression SnowConvert AI translates the <> ALL to NOT IN and the = ANY to IN
Sample Source Patterns¶
Input Code:¶
PostgreSQL¶
Output Code:¶
Snowflake¶
Known Issues ¶
There are no known issues