If you are desperate, ie in a situation where you cannot use SQL*Plus for some reason, you can do this:
select chr(38)||‘x’ from dual;
I know, it’s not pretty…
Jason
If you are desperate, ie in a situation where you cannot use SQL*Plus for some reason, you can do this:
select chr(38)||‘x’ from dual;
I know, it’s not pretty…
Jason