1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-09 10:09:45 +00:00
2019-12-15 08:57:43 -06:00

3 lines
72 B
SQL

select rowid % 10, count(*) FROM dataset group by 1 order by 1;
.output