Viewing post 1 (of 1 total)
Hi,
The correct formula to convert those units are:
select @returnvalue =
case
when @FromConversionUnit = 'DC' and @ToConversionUnit = 'DF' then @UnitValue * 1.8 + 32
when @FromConversionUnit = 'DC' and @ToConversionUnit...
January 9, 2015 at 8:15 am
#1769100