Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: allow varchar value to string and decimal parts

    Dear Friend

    Following procdure will help you to get your result.

    Create Procedure ADD_NUMBER_TO_STRING

    (

    @Value varchar(20),

    @AddNum int

    )

    AS

    --===============================

    --Question Is Described As below

    --i need a query...

Viewing post 1 (of 1 total)