sqlite-parquet-vtable/tests/queries/003-cross-join-count-1-rowg...

4 lines
80 B
SQL

100-rows-1.parquet
select count(*) from (select * from test t1, test t2);
10000