Auto Select Problems with special characters comment

Benjamin L

Member²
Is it a known Problem, that Auto Select in SQL Window have Problems, when there exists a earlier comment within special characters in same line with an earlier SQL.

Examples (cursor everytime at the End of the Examples):
(works)
1)
SELECT SYSDATE FROM dual;
-- Test the
 
Back
Top