DISTINCT helps remove duplicates from all data types. But it requires rows as input. Not arrays. So first convert an array to rows using UNNEST ...
確定! 回上一頁