blob: 1798f4af46c4440f7b4aad8283f52e39aaaa8017 [file] [log] [blame]
--! qt:dataset:src
-- SORT_QUERY_RESULTS
select key from
(
select key from src
union all
select key from src
) tab group by key
union all
select key from src;