Posted by Matt on 07/01/07 17:44
Hi everyone,
Constructed a fairly big table with 20 rows, most of which are
TINYINTs based on user selection for a dropdown box. This is the form:
http://www.threechords.org/spb/survey/
Each field obviously corresponds to a row in the table, and the
majority are integers indicating the user's selection.
My issue is how to do meaningful stuff with the stored data. I believe
I need to use GROUP BY functionality but I'm not certain - how can I
calculate, say, the number of "1" ('Excellent') values for the field
"writing_quality"?
Matt
[Back to original message]
|