Viewing post 1 (of 1 total)
Another implementation that I just wrote:
CREATE FUNCTION BANKROUND(@val as money) RETURNS money AS BEGIN DECLARE @nonsig AS money DECLARE @newval AS money DECLARE @changesign AS bit IF @val...
September 14, 2007 at 11:56 am
#733857