DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: simple question

  1. #1
    Join Date
    Mar 2001
    Posts
    2
    how do i add a number to a varchar?

    is it v_varchar := v_varchar + v_number?

    thanks!

  2. #2
    Join Date
    Aug 2000
    Posts
    462
    To concatenate a string representation of a number to a string:

    mystring := mystring||to_char(mynumber);

  3. #3
    Join Date
    Mar 2001
    Posts
    2

    Talking

    thanks!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width