mysql -- error code [1442]; Can't update table 'table_name' in stored function/trigger because it is already used by statement which invoked this stored function/trigger
相关讨论:http://forums.mysql.com/read.php?99,122354,122505#msg-122505
以上这个错误是因为:在一个表tbl的触发器中不能insert/update/delete这个表tbl