Thursday, September 1, 2011

Round function in SQL or Rounding upto 2 decimal in SQL

Like this we can use round function in SQL:

select Product_Name,Rate,Quantity,Round(Rate*Quantity,2) from ProductEntry


No comments:

Post a Comment