blob: 53ff624adc1476724b9e4600b16fa7cb59679604 [file]
SELECT COUNT(state),
COUNT(distinct state)
FROM `drill_4474.parquet` WHERE id > 10 and id < 300;