| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Answer to "&" query
Below is the answer to those users which want "&" to be interpreted as it is instead of asking for a value.
in SQL*PLUS,
  set escape /
select ..... where .... = 'A/&B';
Pls let me know if it works Received on Fri Sep 19 1997 - 00:00:00 CDT
|  |  |