1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-14 22:39:59 +00:00

Row-filtering for other string ops

This commit is contained in:
Colin Dellow
2018-03-17 15:28:51 -04:00
parent 03a20a9432
commit a3af16eb54
4 changed files with 82 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
select count(*) from no_nulls1 where string_8 <= '003'
4