What is the value being returned using "" in SQL WHERE filter?
In a dataset I am cleaning, according to the schema, there should only be two distinct values under the "usertype" column. Upon further analysis I discovered there is an empty third value accounting for 5828994 empty rows of the total dataset. I tested to see if the third value would return NULL and it did… Read More What is the value being returned using "" in SQL WHERE filter?