blob: fe2a5444a87a9256bcf9657f7eaad31dc8d025fc [file] [log] [blame]
-- 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;