blob: 0b9b1c6acd0f5dc410047b0143ce045ad8e693f5 [file] [log] [blame]
--! qt:dataset:src
-- orderByClause clusterByClause distributeByClause sortByClause limitClause
-- can only be applied to the whole union.
select key from src distribute by key
union all
select key from src;