Welcome Guest, Not a member yet? Register   Sign In
how to sort "Day" on a Birthdate order by ASC?
#3

[eluser]gRoberts[/eluser]
Code:
select * from table order by month(birthdate) asc #(order by numeric month value)

or

Code:
select * from table order by monthname(birthdate) asc #(order by month name value)


Messages In This Thread
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-20-2008, 04:00 AM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-20-2008, 04:07 AM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-20-2008, 06:49 AM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-21-2008, 01:19 AM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-21-2008, 08:38 PM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-22-2008, 08:01 AM
how to sort "Day" on a Birthdate order by ASC? - by El Forum - 10-22-2008, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB