Home -> Community -> Usenet -> c.d.o.server -> Re: QUESTION - "Rulebook" for character delimiting...??
double-quotes inside single-quotes should work:
select 'a "test" b' from dual;
'A"TEST"B'
Original text of this message