trigger type 2
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!aquery
|
||||
|
||||
procedure one run
|
||||
procedure two run
|
||||
|
||||
@@ -5,4 +7,5 @@ create table t(a int);
|
||||
exec
|
||||
create trigger a on t action one when two;
|
||||
exec
|
||||
insert into t(a) values (1);
|
||||
insert into t(a) values (1);
|
||||
exec
|
||||
Reference in New Issue
Block a user