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

Thread: How to update ampersend ( & )

  1. #1
    Join Date
    Jul 2000
    Posts
    9

    How to update ampersend ( & )

    Hi Guys,

    Any idea how to update & values into the database using PLSQL or Procedure. when I tried it is expecting an input value.

    example : updare emp set emp_name = 'abc & def'

    Regards
    Jag

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    Try:

    set define off

  3. #3
    Join Date
    Jan 2001
    Posts
    81
    you can also try to use CHR value of &

    'this' ||CHR()||'that'

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