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/138-string-lte.sql
2018-03-17 15:28:51 -04:00

3 lines
57 B
SQL

select count(*) from no_nulls1 where string_8 <= '003'
4