Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Ampersand problem in SQL*plus
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
![]() |
![]() |