Hey everyone,
I am having a problem. I am using MySQL to record data collected through an internet survey. Not every question within the survey requires a response. For those questions, I want to make use of the "default value" feature of MySQL tables. My problem is that I get blanks or a zero in the field that correspondes to the survey question that has been left unanswered. These values are recorded instead of the default value I specified. What are your thoughts on how this can be solved? I know I could use php to apply a vlaue to unanswered questions, but I want to limit the code to increase the speed of processing and decrease my time spent writing the code.
Thanks in advance
I am having a problem. I am using MySQL to record data collected through an internet survey. Not every question within the survey requires a response. For those questions, I want to make use of the "default value" feature of MySQL tables. My problem is that I get blanks or a zero in the field that correspondes to the survey question that has been left unanswered. These values are recorded instead of the default value I specified. What are your thoughts on how this can be solved? I know I could use php to apply a vlaue to unanswered questions, but I want to limit the code to increase the speed of processing and decrease my time spent writing the code.
Thanks in advance