报错内容:Triggers can not be created on system tables.我的触发器写的内容如下begininsert into oldtable(code) values(12);end
你这个绑定哪个表的?,提示不是说不能为系统表绑定触发器吗百度一个触发器代码的模板吧