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

Home -> Community -> Usenet -> c.d.o.misc -> character escapes

character escapes

From: steve <a_at_b.com>
Date: Wed, 18 Aug 2004 22:09:01 -0500
Message-ID: <10i86edc0bs5708@corp.supernews.com>


this is new to me...

insert into some_table
(

  some_column
)
values
(

  'ng&e'
)

the character & seems to be a special character for oracle. how do i properly escape it...and, are there any more characters that could foul an otherwise ansi compliant sql statement if they are not escaped?

tia,

steve Received on Wed Aug 18 2004 - 22:09:01 CDT

Original text of this message

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