Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: decimal or money

    repent_kog_is_near (10/28/2009)


    DECLARE

    @D1 DECIMAL,@D2 DECIMAL ,@D3 DECIMAL(30,6),

    @N1 NUMERIC , @N2 NUMERIC ,@N3 NUMERIC,

    @M1 MONEY,@M2 MONEY ,@M3 MONEY,

    @F1 FLOAT , @F2 FLOAT ,@F3 FLOAT

    --Random Numbers for Multiplication

    SELECT @M1 = 5244.11,@M2 =...

Viewing post 1 (of 2 total)