Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: RTRIM

    if the quotes are actually part of your string:

     

    set @to = ''''    + rtrim('you@test.com') + ''''


    Kindest Regards,

    Dennis

Viewing post 1 (of 2 total)