sqlite-parquet-vtable/tests/queries/064-int8-eq-str.sql

3 lines
51 B
SQL

select int8_1 from nulls where int8_1 = '30.0';
30