Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Ordering the table

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-09-16 : 20:41:14
Nagarajan writes "I have a product table, containing among other columns, List_price (datatype is Money), UseSaleprice(datatype is char with values 1 or 0) and Sale_Price (datatype is Money). I have provided a general search and now I want to order by the price of the product. Since not all products have saleprice, how do I order from least price to highst price."
   

- Advertisement -