Re: Oracle SQL*Plus and the '&' character ...... help needed .....
From: Yoram Zilberberg <elric_dm_at_netvision.net.il>
Date: 1996/05/25
Message-ID: <NEWTNews.833078197.32575.elric_dm_at_dialup.netvision.net.il>#1/1
Date: 1996/05/25
Message-ID: <NEWTNews.833078197.32575.elric_dm_at_dialup.netvision.net.il>#1/1
if you want to loss the & sign completly use the
"SET SCAN OFF"
you can also define an escape char using
SET ESC ON
SET ESC $
and then use, in the value $& instead of &
Received on Sat May 25 1996 - 00:00:00 CEST