1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00
sqlite-parquet-vtable/tests/queries/019-string-gte-lte.sql
2018-03-10 13:25:13 -05:00

3 lines
77 B
SQL

select string_8 from nulls where string_8 >= '021' and string_8 <= '021'
021