Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
'DECLARE' statement without any variable declaration followed generate error.
BEGIN
|
DECLARE |
BEGIN |
null; |
END; |
EXCEPTION
|
WHEN OTHERS THEN |
null; |
END; |
/
|