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