Philippe Malera
Member²
Try this in a test window :
This is accepted and can be executed without problem.
But it is displayed with wrong colour because editor consider )' as end of quoted string which is wrong (should be ]').
With PL/SQL Developer 11.0.5
Code:
BEGIN
dbms_output.put_line(q'['(Hello)' World]');
END;
This is accepted and can be executed without problem.
But it is displayed with wrong colour because editor consider )' as end of quoted string which is wrong (should be ]').
With PL/SQL Developer 11.0.5
Last edited: