mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-09 10:09:45 +00:00
3 lines
72 B
SQL
3 lines
72 B
SQL
select rowid % 10, count(*) FROM dataset group by 1 order by 1;
|
|
.output
|