mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-03-12 07:49:45 +00:00

...change test data to use 99 rows, so that when we have rowgroup size 10 we exercise this code.
12 lines
110 B
SQL
12 lines
110 B
SQL
select rowid % 10, count(*) from nulls group by 1 order by 1
|
|
0|10
|
|
1|10
|
|
2|10
|
|
3|10
|
|
4|10
|
|
5|10
|
|
6|10
|
|
7|10
|
|
8|10
|
|
9|9
|