Skip to content
Snippets Groups Projects
Commit c5dc85a8 authored by PavelBegunkov's avatar PavelBegunkov
Browse files

fix

parent 5c3820d9
Branches
Tags
No related merge requests found
......@@ -538,6 +538,7 @@ BEGIN
faculties.Abbr AS 'FacultyAbbr'
FROM `students`
INNER JOIN `study_groups` ON students.StudyGroupID = study_groups.ID
INNER JOIN `grades` ON grades.ID = study_groups.GradeID
INNER JOIN `specializations` ON study_groups.SpecializationID = specializations.ID
INNER JOIN `faculties` ON specializations.FacultyID = faculties.ID
WHERE students.AccountID = UserID;
......
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