All expressions used in PL/oraSQL statements are processed using the server's main SQL executor. For example, when you write a PL/oraSQL statement like
IF expression
THEN ...
For example, if we have declared two integer variables x
and y
, and we write
IF x < y THEN ...