I know I can do either
SELECT *
or
SELECT field, field, field, etc.
Is there any other way to select groups of fields as a "field set" in mysql? Suppose for example I had a group of fields named response_% where % is the rest of the field. Any way to do this?
I won't hold my breath but this would sure be useful.
Sam Fullman
Compass Point Media