Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
DECLARE @p decimal, @n decimal
SET @p = 10
SET @n = 1
PRINT Cast((@n / @p) as decimal(2,1))
Please try this
Shabbir Muntakhab
May 23, 2007 at 9:17 am
#708364
Yes you can use Like with Case
May 23, 2007 at 9:12 am
#708362