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 derfloh 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. BubbaG

    SQL 2008 Mathmatical Query Help

    That worked! Thanks for your help with this and your advice!
  2. BubbaG

    SQL 2008 Mathmatical Query Help

    The data type is 'money'. SELECT C.DocID,C.KindCode, C.FileNumber,C.Book, C.Page, c.FileDate, c.InstrumentDate,Round (((r.consideration*2,-3)/2)-500)*.0016 AS 'Revenue Tax' FROM Constant C, ReceiptTransactions R WHERE c.RecordingNum = r.RecordingNum AND c.FileDate >='2010-02-10 00:00:00.000'...
  3. BubbaG

    SQL 2008 Mathmatical Query Help

    Need some help. I am trying to round a number in a query to the nearest 500 and then perform a few more mathmatical functions. Basically I need to take 'r.consideration' value to the nearest 500 then subtract 500, then multiply that number by .0016 I use the round statement below to get it to...

Part and Inventory Search

Back
Top