I need to put a Case in the Select to check if the Data I'm adding to my view is NULL, in which case I want it to just enter a zero, or not.
|
|
You mean something like this?
There's also "IFNULL()":
|
||
|
|
|
(doc) |
||
|
|
|
|
When creating your table just add
Then if no data is given for the field it is set to the default value of 0 which will be retrieved when you run a SELECT query. |
||
|

0. And I am unsure what you mean by the 'or not' bit. Can you please provide some more information. – MitMaro Jul 23 at 22:38