How to shape the query

admin

Administrator
Staff member
Hey.

How do I shape a SELECT query to order by a certain paramter?

Here's the example: I have a field in my DB that holds the date in a form like this (today's date): 060801.

I need to select the fields by the most recent date, which in this format will be the highest number.

Thanks
 
Back
Top