postgresql NOT ILIKE clause does not include null string values
In SQL, NULL is not equal to anything. Nor is it unequal to anything. In other words, if I don’t tell you my middle name, and you don’t tell me your middle name, how can we know if our two middle names are the same name or different names? We can’t know. This often trips … Read more