Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Inserting a & into a table
On 1 Apr 1998 07:59:22 GMT, "Shawn A. Savela" <ssavela_at_winternet.com> wrote:
>How do I insert a row into a table that has an embedded '&'
>character in it via sqlplus?
The SQL*Plus command SET DEFINE OFF will turn variable substitution off. Once you execute that, SQL*Plus will leave the ampersands alone.
Jonathan Received on Thu Apr 02 1998 - 00:00:00 CST
![]() |
![]() |