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

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

WBOY
Release: 2016-06-06 09:33:30
Original
1078 people have browsed it

mysql

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template