blob: 92208dc6cd7c0f3373583358a9c01f8079ab3163 [file] [log] [blame]
select intField i, count(intField) ci, strField s, count(strField) cs from dfs.drillTestDir.`DRILL-1248/group_by_parquet` group by 1, 3 order by 1, 2;