Common Content for Data Engineering
- Common Content for Data Engineering 10.5.1
- All Products
ANY(value[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Any data type except Binary. Passes the values for which you want to return any row. You can enter any valid transformation expression.
|
filter_condition
| Optional
| Limits the rows in the search. The filter condition must be a numeric value or evaluate to TRUE, FALSE, or NULL. You can enter any valid transformation expression.
|
ANY( ITEM_NAME, ITEM_PRICE > 10 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
emp_phones = [205-128-6478, 722-515-2889] [107-081-0961, 718-051-8116] [344-894-6463, 861-411-8361] [107-031-0961, NULL]
ANY( emp_phones )