Numeric Update

  • Comments posted to this topic are about the item Numeric Update

  • Very common issue.

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Sometimes, winning is not an issue but trying.
    You can check my BLOG
    [font="Arial Black"]here[/font][/url][/right]

  • I always likes question which make me do some research before answering.

    This one is an easy question.

    SQL DBA.

  • declare @a numeric(13,8)

    declare @b-2 numeric(13,8)

    set @a=100

    set @b-2=1000

    select cast(@a*@b as numeric(14,8))

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply