sqlite-parquet-vtable/tests/templates/048-binary-gte.sql

4 lines
68 B
SQL

select rowid from nulls1 where binary_10 >= x'5F' order by 1;
96
98