Adam
0
Q:

pl sql escape '

-- syntax (This is specifically for PLSQL)
||CHR(38)||

-- example (You want: 'This symbol, &, works!')
'This symbol, '||CHR(38)||', works!'

-- Note: You could also use the "SET DEFINE ~;" code. Please see the 
-- reference/source (URL) for more details
3
INSERT INTO TABLE_A VALUES ( 'Alex''s Tea Factory' );
0

New to Communities?

Join the community