Temat: boolean value for "undefined"
lacan=# select count(*) from account_invoice ;
count
-------
161
(1 row)
lacan=# select count(*) from account_invoice where reconciled=TRUE or reconciled=FALSE or reconciled=NULL;
count
-------
4
(1 row)
czy ktos moze mi to wyjasnic?