Skip to content
Snippets Groups Projects
Commit 8947123d authored by Artem Konenko's avatar Artem Konenko
Browse files

#173 Fix ordering for `Student_GetInfo` procedure

parent f6630798
Branches
Tags
No related merge requests found
......@@ -1391,6 +1391,7 @@ BEGIN
view_students.FacultyName,
view_students.FacultyAbbr
FROM view_students WHERE pID = view_students.StudentID
ORDER BY view_students.SemesterID DESC
LIMIT 1;
END //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment