Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MACTONI

    dropping a decimal from a field in TSQL

    I actually want to drop the third place. For example all number appear as .xxx would appear as .xx
  2. MACTONI

    dropping a decimal from a field in TSQL

    I have a column in my table name feeamount. I have numbers like 0.809, 0.734 and even 0.752. What tsql statement do I run to remove the their decimal place so my number will appear in the table as 0.80, 0.73 and 0.75. In other works drop the third place. THANKS FOR YOU HELP

Part and Inventory Search

Back
Top