Re: Order By Query - Simple Help

2002-01-30 Thread DL Neil
Ok Jon, > I am setting up a small bidding system. I have a table with one column for > "BID" and the other for "MAX_BID" with each row having a unique id number. > Anyone have a simple query example where I can select ID, BID, MAX_BID and > sort in descending order the BID and MAX_BID as if it w

Order By Query - Simple Help

2002-01-29 Thread Jon Shoberg
Ok, I am setting up a small bidding system. I have a table with one column for "BID" and the other for "MAX_BID" with each row having a unique id number. Anyone have a simple query example where I can select ID, BID, MAX_BID and sort in descending order the BID and MAX_BID as if it were