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