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