Would you recommend having nulls in a database or
rather a default value like 0 for integer and "" for text fields?
Reason is nulls can mess up sql joins, I just want to know whether there's a clear case for not having them or if it doesn't matter.
Thanks
rather a default value like 0 for integer and "" for text fields?
Reason is nulls can mess up sql joins, I just want to know whether there's a clear case for not having them or if it doesn't matter.
Thanks