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/047-binary-gt.sql

3 lines
52 B
MySQL
Raw Normal View History

2018-03-10 13:25:13 -05:00
select rowid from nulls where binary_10 > x'61';
99