Begin
Select MAX(score) from score, student where student.student_id = score.student_id and event_id = eventid;
End当我创建它时,如何使用输入值eventid=1调用它?
发布于 2016-08-05 09:52:01
我找到了方法,只需使用调用函数名(1,即事件is值)。
https://stackoverflow.com/questions/38783865
复制相似问题