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