Menu

#48 Expression "is null" not recognized

open
5
2005-02-22
2005-02-22
Jack Walla
No

PL/SQL containing a line like the following results in
a parse error:

if x is null then
x=1;
end if;

Last consumed token: "x"
net.sourceforge.pldoc.parser.ParseException:
Encountered "is" at line 6, column 13.
Was expecting one of:
"THEN" ...
"(" ...

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.