I have a table in a mySQL database that has 56 fields: 01, 02, 03, 04, etc
up to 56.
Each field has only 1 record in it. They get changed, updated, constantly,
but always remaining one record.
Is there a way to do a SELECT * on the table, and then order them in ASC or
DESC by the fields as opposed to the records in a field? (They're all
numeric fields.)
Did that make sense?
Thanks for any help!!
Liam
up to 56.
Each field has only 1 record in it. They get changed, updated, constantly,
but always remaining one record.
Is there a way to do a SELECT * on the table, and then order them in ASC or
DESC by the fields as opposed to the records in a field? (They're all
numeric fields.)
Did that make sense?
Thanks for any help!!
Liam
Comment