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.