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

3 lines
50 B
SQL

select int8_1 from nulls1 where int8_1 = 30.0;
30