Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do to insert '&' character from sqlplus ?
When the ampersand is the *last* character of a string literal,
sqlplus interprets it literally.
E.g. instead of 'Cash&Carry' use 'Cash&' || 'Carry'
HTH Schmidt
> How can I insert '&' character from sqlplus ?
>
> Thanks,
> Jose Luis.
--- http://www.optoss.netReceived on Fri Jul 09 2004 - 03:32:56 CDT
![]() |
![]() |