mysql通过触发器获取数据表的操作id,MYSQL更新触发器获取更新的行ID
I have a table in MySQL which I am updating. I would like the trigger to get the updated row ID so as to do some work with it. How can I do it? I can do this in SQL Server, but I am new to MySQL and c...