Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: special character

Re: special character

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Mon, 15 Jan 2001 08:01:28 +0100
Message-ID: <3A62A048.1EDF50FD@0800-einwahl.de>

Several methods:

  1. By bind variables (preferred)
  2. By changing the scan character to something different
  3. By switching the scanning off.
  4. By using the expression chr (38).
  5. and c) cannot be done sometimes (outside SQL*Plus). d) is cumbersome. So stick with a).

Martin Received on Mon Jan 15 2001 - 01:01:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US