This website requires JavaScript.
Explore
Help
Sign In
setop
/
sqlite-parquet-vtable
mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
Watch
1
Star
0
Fork
You've already forked sqlite-parquet-vtable
0
Code
Releases
Activity
d44c88ad64
sqlite-parquet-vtable
/
tests
/
templates
/
003-cross-join-count-1-rowg...
3 lines
70 B
MySQL
Raw
Normal View
History
Unescape
Escape
Rewrite SQL oracle harness
2018-03-08 01:20:34 +00:00
select
count
(
*
)
from
(
select
*
from
no_nulls1
t1
,
no_nulls1
t2
)
;
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 19:04:38 +00:00
9801