MySQL Forums
Forum List  »  Stored Procedures

Student_id and MAX score in one OUT parameter
Posted by: B Aneja
Date: May 10, 2016 08:56PM

I need to build a procedure with two input and two output parameters.

The procedure takes TWO input parameters for student Id’s, {start_student_id and end_student_id} and it has TWO output parameters.

One of OUT parameter should return the student_id and their MAX score.

My question is how would I designate two things in one parameter. I am new to MySQL. Please excuse if this seems like a trivial problem to you.

Options: ReplyQuote


Subject
Views
Written By
Posted
Student_id and MAX score in one OUT parameter
3256
May 10, 2016 08:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.