sqlite-parquet-vtable/tests/templates/160-glob-star.sql

3 lines
54 B
MySQL
Raw Normal View History

2018-07-06 01:05:06 +00:00
select count(*) from nulls where string_7 glob '*'
50