sqlite-parquet-vtable/tests/templates/018-string-gt-lt.sql

4 lines
80 B
SQL

select string_8 from nulls1 where string_8 > '010' and string_8 < '024'
021
023