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

4 lines
67 B
SQL

select rowid from nulls where binary_10 >= x'61' order by 1;
97
99