+ Reply to Thread
Results 1 to 3 of 3
  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,397
    Try:

    set define off

  3. #3
    Join Date
    Jan 2001
    Location
    San Diego, CA
    Posts
    81
    you can also try to use CHR value of &

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

Bookmarks

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