ListDistinctDictInDict.sql 128 B

1234
  1. /* syntax version 1 */
  2. select AGGREGATE_LIST_DISTINCT(x) from
  3. (select [{{1,2},{1}},{{1}},{{1,2},{1}}] as x)
  4. flatten list by x;