我有两个表:sanctionwiththeseattributes:DriverID,Calification,Pointspeoplewiththeseattributes:pID,city,TotalPoints我有这个触发器:DROPTRIGGERIFEXISTSupdatePoints_tgr;delimiter$$CREATETRIGGERupdatePoints_tgrAFTERUPDATEONsanctionsFOREACHROWBEGINifNEW.points>OLD.pointsTHENUPDATEpeopleSETTotalPoints=TotalPoints+(