REM Parser recognizes comment lines changing the color to GREEN.
/* Statement execution results are wrapped in block comment */
Assume the query results should be identical. Whether the query results are ok as is, or needs redress?
--REMARK Uppercase. Select all commented lines then Run statement. Ctrl+Enter.
--rem lower case
--Rem mixed case
select * from ALL_OBJECTS where OWNER = 'NEO';
/* QUERY_RESULT panel HAS ROWS */
REMARK Uppercase. Select all commented lines then Run statement. Ctrl+Enter.
rem lower case
Rem mixed case
select * from ALL_OBJECTS where OWNER = 'NEO';
/* EMPTY - QUERY_RESULT panel */