CodePudding user response:
create proc proc_GetGtAvgInfo
@ avg int
As
The begin
Select student id, name, avg (score), count (1) the as gate number from score
Group by student id, name
Having avg (mark) & gt; @ avg
End
CodePudding user response:
Thank you very much for crab crab crab crab