How to CREATE TRIGGER with a schema-qualifies table?
29 Apr
2015
29 Apr
'15
4:05 p.m.
I have a schema "test" with 2 tables. I want to create a trigger inside this schema bound to a table inside this schema. sql>create trigger test.trigger1 after update on test.profiletab insert into test.triggerlog; syntax error, unexpected '.', expecting WHILE in: "create trigger test.trigger1 after update on test." Thank you.
3530
Age (days ago)
3530
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Koch