我的SQL过程有问题。MySQLWorkbench告诉我它错过了我的第一个SET的“结束”,但第二个没有。我不知道为什么。DELIMITER$dropprocedureifexistspay10percent$createprocedurepay10percent(INmontantdecimal(9,2),INidResaINT(5))begindeclarecircuitidINT;SETcircuitid=(SELECTIDCIRCUITFROMRESERVATIONWHEREIDRESERVATION=idResa);declaremontantCircuitdecimal(9