How do to insert '&' character from sqlplus ? - Database Discussions
This is a discussion on How do to insert '&' character from sqlplus ? - Database Discussions ; 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 ...
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#31
| |||
| |||
| 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.net |
|
#32
| |||
| |||
|
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.net |
|
#33
| |||
| |||
|
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.net |
|
#34
| |||
| |||
|
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.net |
|
#35
| |||
| |||
|
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.net |
|
#36
| |||
| |||
|
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.net |
|
#37
| |||
| |||
| SET DEFINE OFF This will turn definitions off for the session. So you can use '&' whenever u want. |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT -4. The time now is 05:44 PM.




Linear Mode