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

...

parent edf9891c
Branches
Tags
No related merge requests found
......@@ -410,9 +410,9 @@ BEGIN
IF accType = 1 THEN
SELECT students.ID AS 'StudentID',
students.LastName AS 'StudentLast',
students.FirstName AS 'StudentFirst',
students.SecondName AS 'StudentSecond',
students.LastName AS 'Last',
students.FirstName AS 'First',
students.SecondName AS 'Second',
study_groups.ID AS 'GroupID',
study_groups.Grade AS 'StudentGrade',
study_groups.GroupNum AS 'GroupNum',
......@@ -431,9 +431,9 @@ BEGIN
ELSE
SELECT teachers.ID AS 'TeacherID',
teachers.LastName AS 'TeacherLast',
teachers.FirstName AS 'TeacherFirst',
teachers.SecondName AS 'TeacherSecond',
teachers.LastName AS 'Last',
teachers.FirstName AS 'First',
teachers.SecondName AS 'Second',
degrees.Name AS 'DegreeName',
departments.ID AS 'DepID',
departments.Name AS 'DepName',
......
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