Bernhard S
Member³
Hello,
looks like the alternative quoting, that came with Oracle 10g, is confusing the highlighting in pl/sql developer windows.
Here is the syntax description:
Oracle SQL Reference
When entering following command:
select q'[']' from dual;
=> "from dual;"is all coloured blue too, indicating that it's considered part of a string, which it is not.
That behaviour should be fixed in a new pl/sql developer version.
looks like the alternative quoting, that came with Oracle 10g, is confusing the highlighting in pl/sql developer windows.
Here is the syntax description:
Oracle SQL Reference
When entering following command:
select q'[']' from dual;
=> "from dual;"is all coloured blue too, indicating that it's considered part of a string, which it is not.
That behaviour should be fixed in a new pl/sql developer version.