sqlite-parquet-vtable/tests/queries/019-string-gte-lte.sql

3 lines
77 B
MySQL
Raw Normal View History

2018-03-10 18:25:13 +00:00
select string_8 from nulls where string_8 >= '021' and string_8 <= '021'
021