Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Parser can not parse the correct code:{ 0 = 0and 1 = 1 } Problem with parsing?

2907631Dec 5 2020

The code below is compiled and executed in Oracle Database 18c (18.4), but the parser (Version 20.2.0.175) cannot parse it. Is this some kind of problem with parsing?
I guess the problem is with the lexical analyzer, which misidentifies 0an as a numeric literal.

select * from dual where 0 = 0and 1 = 1
lex_err.png

Comments
Post Details
Added on Dec 5 2020
9 comments
373 views