Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SELECT Help

    Or try this on:

    select convert(varchar,birthDate ,101)

    From delete_temptest

    order by datepart(month, dateadd(m,-6,birthDate)),

    datepart(day,birthdate)

Viewing post 1 (of 1 total)