-
Enhancement
-
Resolution: Done
-
Major
-
1.9.5.Final, 2.0.0.Beta2
-
None
-
False
-
None
-
False
Upstream pr: https://github.com/antlr/grammars-v4/pull/2836
Support for using any expression in kill statements
create procedure f (a1 int)
begin
kill query a1;
end;