Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: What am I missing?

    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

  • RE: LIKE%

    Hi,

    Yes you can use Like with Case

    Shabbir Muntakhab

Viewing 2 posts - 1 through 2 (of 2 total)