これはどのように可能ですか?
select count(*) from happiness where source = 'love';
-[ RECORD 1 ]
count | 0
select count(*) from happiness where source != 'love';
-[ RECORD 1 ]
count | 9279
select count(*) from happiness;
-[ RECORD 1 ]---
count | 1418962...
そして\d
source | character varying(255) |
これに対する答えが得られたら、自分の顔を激しく殴るつもりです。