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

4 lines
65 B
SQL

select rowid from nulls where binary_10 <= x'01' order by 1;
0
1