StateSQLboy
MIS
I have created a default value and have bound it to the column. But, it won't put that value into the column when there is a null value.
Here is the select statment I am using for this problem
Select ' ',Count(Sites)
Can Any one tell me why this won't be working, and how should I have the table designed? Right now both columns are set to allow Null values. Is this appropriate?
Here is the select statment I am using for this problem
Select ' ',Count(Sites)
Can Any one tell me why this won't be working, and how should I have the table designed? Right now both columns are set to allow Null values. Is this appropriate?