sqlite-parquet-vtable/tests/queries/063-int8-eq-double.sql

3 lines
49 B
SQL

select int8_1 from nulls where int8_1 = 30.0;
30