|
|
|
|
|
by habibur
1387 days ago
|
|
Don't have a use case for a field being NULL instead of "". Say, if I want to check how many records I don't have value for "ref", I don't want the count(*) query to show count(*) ref
12000 (null)
17030 ""
I want both added together. That's for example one simple reason out of many others. |
|
it sounds like you're just using the database wrong.