Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
Hello all from a NOOB. ;-)I am creating a simple query like this:select bktitle, slprice, slprice-slprice*.07 discountfrom titlesThis works quite well, however, the discount column created has the wrong format. The slprice column is in the format 49.00, but the discount has a generic format of 49.00000.How can I format this column? THANK YOU for saving me banging my head against the wall.Diane