sqlite-parquet-vtable/tests/queries/127-fixed-bytearray-lte.sql

3 lines
59 B
SQL

SELECT COUNT(*) FROM no_nulls2 WHERE binary_10 <= X'10'
17