Sorting Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    Sorting Data

    Hi all,
    How can I sort data with respect to numbers or letters, ascending and descending?
    Thanks
  • jrtox
    New Member
    • Sep 2007
    • 89

    #2
    Originally posted by Ali Rizwan
    How can I sort data with respect to numbers or letters, ascending and descending?
    Try this:

    SELECT FIELDNAME FROM TABLENAME ORDER BY ASC/DESC

    Regards
    Ervin

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by Ali Rizwan
      How can I sort data with respect to numbers or letters, ascending and descending?
      Can you be a bit more specific as to the circumstances?

      Comment

      Working...