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 -> single quotes within insert/update stmts

single quotes within insert/update stmts

From: Amit Patel <patela6_at_cs.man.ac.uk>
Date: Thu, 24 Feb 2000 15:21:09 +0000
Message-ID: <38B54C64.A2352374@cs.man.ac.uk>


I have an insert stmt as follows:

insert into user_profile values ('username', 'select.....');

within the 2nd argument ('select.....') there exists several single quotes (')
How can I modify the stmt so that the insert doesnt get confused between single qutes within the argument to be inserted and the final single quote to delimit the argument.

Any possible Suggestions would be helpful

Thanks

Anit Received on Thu Feb 24 2000 - 09:21:09 CST

Original text of this message

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