sql: support IS NOT? NULL predicate (closes #20)
[sqlgg.git] / test / misc.sql
blob64a7f2c4e5942812bd3766446b60d1aa3fdc6a38
1 SELECT strftime('%s','now');
2 CREATE TABLE issue20 (x INT);
3 SELECT * FROM issue20 WHERE x IS NOT NULL;