Jump to content

[SOLVED] Order By Part Of String


fanfavorite

Recommended Posts

I am trying to write an order by command that first sorts by the Name, which is easy and then sorts by the date.  The problem is the date format is 7/7/2007-7/14/2007.  So what I need is to use Substring or something to sort the date before the "-".  I tried the following, but it won't put everything in the right order:

 

ORDER BY Cottage,SUBSTRING(Dates, 0, LOCATE('-',Dates))

 

Any ideas guys?  Thanks! 

Link to comment
https://forums.phpfreaks.com/topic/56864-solved-order-by-part-of-string/
Share on other sites

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.