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

Thread: DBMS_OUTPUT.PUT_LINE Question

  1. #1
    Join Date
    Jan 2001
    Posts
    515
    What is the escape character in DBMS_OUTPUT.PUT_LINE package? If I want to output the string "What's up" I am having problems with the apostrophe. How do I let oracle know that it is part of the string?

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    DBMS_OUTPUT.PUT_LINE ('What''s up');

    - Chris

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