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 -> SQL Statement error

SQL Statement error

From: Syed Rashid <rashids_at_ttc.com>
Date: 1997/06/03
Message-ID: <3394862A.4399@ttc.com>#1/1

Can anyone tell me what do I have to do to make the following update statement to accept the "&" symbol in the first place. Is there anyway to automate this, so any sql statment will accept "&" in any field?

SQL> update contact set cncompany = 'AB&D' where cncompid = 'cp9208'   2 ;
Enter value for t: &D
old 1: update contact set cncompany = 'AB&D' where cncompid = 'cp9208 new 1: update contact set cncompany = 'AB&D' where cncompid = 'cp9208

1 row updated.

Thanks much
Syed Rashid Received on Tue Jun 03 1997 - 00:00:00 CDT

Original text of this message

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