
June 9th, 2000, 07:01 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: London, England
Posts: 251
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
SELECT *
FROM table
ORDER BY fieldname DESC
Is this what you mean by an "upward field"???
Or use ASC instead of DESC to reverse the sort order.
|