1-- syntax (This is specifically for PLSQL)
2||CHR(38)||
3
4-- example (You want: 'This symbol, &, works!')
5'This symbol, '||CHR(38)||', works!'
6
7-- Note: You could also use the "SET DEFINE ~;" code. Please see the
8-- reference/source (URL) for more details