sqlite-parquet-vtable/tests/queries/071-int8-gt-str.sql

3 lines
48 B
SQL

select int8_1 from nulls where int8_1 > '49'
50