1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00
sqlite-parquet-vtable/tests/queries/016-nulls-like-percent-end.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

51 lines
317 B
SQL

select string_7, string_8 from nulls where string_8 like '0%'
0|000
1|001
2|002
3|003
4|004
5|005
6|006
7|007
8|008
9|009
|021
|023
|025
|027
|029
|031
|033
|035
|037
|039
|041
|043
|045
|047
|049
|051
|053
|055
|057
|059
|061
|063
|065
|067
|069
|071
|073
|075
|077
|079
|081
|083
|085
|087
|089
|091
|093
|095
|097