1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-03-12 07:49:45 +00:00
sqlite-parquet-vtable/tests/queries/046-binary-lte.sql
2018-03-10 13:25:13 -05:00

4 lines
65 B
SQL

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