If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > simple query and sort

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-09-04, 13:24
sforslund sforslund is offline
Registered User
 
Join Date: Feb 2004
Posts: 1
simple query and sort

Is there a way to sort dates (such as birthdates) by month/day in the order?
Reply With Quote
  #2 (permalink)  
Old 02-09-04, 18:01
rmhaddad rmhaddad is offline
Registered User
 
Join Date: Feb 2004
Posts: 6
how about:

SELECT my_date
FROM my_table
ORDER BY month (my_date), day (my_date)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On