Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SELECT Help

    Does this help?

    select birth_date

    from date_test

    order by datepart(month, birth_date),

    datepart(day,birth_date)

Viewing post 1 (of 1 total)