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

4 lines
80 B
MySQL
Raw Normal View History

100-rows-1.parquet
2018-03-05 02:05:26 +00:00
select count(*) from (select * from test t1, test t2);
10000