Order By Start_Date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ljbuxton
    New Member
    • Dec 2006
    • 1

    Order By Start_Date

    Hi

    Ive searched but cant find any answers for this.

    In my query Ive done an ORDER BY start_date ASC

    However it only orders the day not the month or year?

    any ideas?
  • almaz
    Recognized Expert New Member
    • Dec 2006
    • 168

    #2
    Originally posted by ljbuxton
    Hi

    Ive searched but cant find any answers for this.

    In my query Ive done an ORDER BY start_date ASC

    However it only orders the day not the month or year?

    any ideas?
    Please post the DDL scripts and query you are running, otherwise it is hard to guess what issues do you have.
    start_date field may be even of type varchar with 'DD-MM-YY' format

    Comment

    Working...