Hi
I have a PHP/MySQL quiz/questionnaire and want to detect random or missing responses.
Something like "SELECT IF {MORE THAN 3 ZEROS IN A ROW} OR {MORE THAN 5 'YES' IN A ROW}"
Any suggestions? Would doing this at the SQL query be most efficient?
Many thanks in advance,
Ed