Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Inserting text including &
Use the sqlplus set command to make the 'define' character something other
than the & character.
e.g.
set define ~
Khal wrote in message ...
>Hello there,
>I need some help inserting a text field that includes an &.
>
>example:
>
>insert into table_name values ('word1 & word2');
Received on Mon Jul 05 1999 - 04:51:59 CDT
![]() |
![]() |