sqlite-parquet-vtable/tests/templates/046-binary-lte.sql

4 lines
66 B
SQL

select rowid from nulls1 where binary_10 <= x'01' order by 1;
1
2