SyntaxFix
Write A Post
Hire A Developer
Questions
DUAL is necessary in PL/SQL development for using functions that are only available in SQL
e.g.
DECLARE x XMLTYPE; BEGIN SELECT xmlelement("hhh", 'stuff') INTO x FROM dual; END;