sorting a text field in a SQL query

wxdqz

New Member
hi, i'm using sql server 7 and i have a text field that i want to sort alphabetically in a SQL query. i tried using ORDER BY but sql server says i can't use it with text fields. does anyone know how i should do it?

-sonny
 
Back
Top