mysql(七):mysql觸發器

例: create  trigger trig_book after insert  on t_book for each row   update t_bookType SET bookNum=bookNum+1 where new.bookTypeId=t_booktype.id; //new是過分變量,剛剛操做過的數據 執行多條語句: DELIMITER | CREATE TRIGGER t
相關文章
相關標籤/搜索