Hello,
[SQL Developer 21.4.3]
Apologies if this has been reported before!
(Did I mention there might be room for improvement in the Search feature in this forum?)
The following hierarchical query is flagged as a syntax error (partial parse tree).
However, after adding a single blank character on line 7 before the start keyword...
... the query is parsed successfully!
(Same if placing the start with condition before the connect by condition. SQL Developer's internal parser seems confused if the start keyword is found at the beginning of the line.)
Regards,