Knowledge Base Article

Using SQL Coalesce To Handle Null Values

Question: SQL NULL is not technically a value, but rather a state. Fields are not equal or not equal to null, they are or are not null.  As such, null fields can get a little tricky when attempting...
Updated 03-02-2023