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

fix sql

parent 4273995c
Branches
Tags
No related merge requests found
......@@ -4055,7 +4055,7 @@ BEGIN
SELECT disciplines_students.DisciplineID
FROM `disciplines_students`
INNER JOIN `students` ON disciplines_students.StudentID = students.ID
WHERE students.StudyGroupID = GroupID
WHERE students.StudyGroupID = GroupID;
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