TIL: In SQL, looking for "all rows without a specific value" will not include rows containing NULL ๐ณ I've been using databases for 15 years and discovered this the hard way yesterday with
@MarionHerissonThat's really unexpected behavior on all engines: #mysql, #postgresql...