Jump to content

[SOLVED] Order by DESC / ASC


stublackett

Recommended Posts

Hi,

 

I've got a DB Table which has a "Month" column

 

What I'm looking to do is order it by Month DESC

 

I'm achieving this, But the numbers that are coming through are ordered like this :

 

  • 9
  • 9
  • 8
  • 8
  • 7
  • 7
  • 11

 

Yet when I order the eventid DESC it orders it properly, Any ideas how I can sort this out? So that its ordered by month

 

Table layout is as follows.....

 

id title location hour minutes day month

 

Link to comment
https://forums.phpfreaks.com/topic/119810-solved-order-by-desc-asc/
Share on other sites

what type of field is month?  that's likely what is messing up the ORDER BY clause.

 

That was it, Cheers akitchin for some stupid reason I set the month field to VARCHAR, now changed to INT and its gone straight through.... Cheers

 

*SOLVED*

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.