Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
In the following HPL/SQL programs:
declare num = 1; print -num;
The expected result should be '-1',but it print '1' .