Home >Database >Mysql Tutorial >mysql包括历史记录到timee1的触发器,那里不对了,为什么保存不了

mysql包括历史记录到timee1的触发器,那里不对了,为什么保存不了

WBOY
WBOYOriginal
2016-06-06 09:33:301093browse

mysql

CREATE TRIGGER trigger_timee1 BEFORE UPDATE ON timee
FOR EACH ROW begin
insert into timee1 values
(:old.timeid,:old.chexing);
end;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn