ARRAY_DISTINCT
Returns all the distinct elements in the array
Syntax
Arguments
Returns
an array of distinct values from the input. this function will maintain the order of the input. a primitive input will be considered an array with a single value and will return an array containing that value.
Examples
Transformation job example
SQL
Query result
Last updated