1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-02-26 06:39:45 +00:00
sqlite-parquet-vtable/tests/queries/003-cross-join-count-1-rowgroup.sql
Colin Dellow 5559a7b563 Fix when last rowgroup is not same size as first
...change test data to use 99 rows, so that when we have
rowgroup size 10 we exercise this code.
2018-03-11 15:15:27 -04:00

3 lines
70 B
SQL

select count(*) from (select * from no_nulls1 t1, no_nulls1 t2);
9801