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 -> Re: Ampersand problem in SQL*plus

Re: Ampersand problem in SQL*plus

From: Johnnie Leung <jsleung_at_telecom-digest.zzn.com>
Date: Wed, 22 Mar 2000 18:22:24 -0800
Message-ID: <hffC4.1008$9Z4.57279@news.uswest.net>


If you really must use ampersands (in strings), try putting quotes around them like

food := 'bread ' || '&' || ' butter ' || '&' || ' pistachios';

Works for me.

JL Received on Wed Mar 22 2000 - 20:22:24 CST

Original text of this message

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