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

Test unusable constraints

This commit is contained in:
Colin Dellow
2018-03-10 13:38:34 -05:00
parent 96fcafcd2f
commit d28ae86d15
2 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
select nn1.int8_1 from no_nulls1 nn1 join no_nulls2 nn2 using (int8_1) where nn1.int8_1 = 0;
0