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