Skip to content

Commit

Permalink
'Update';
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilshanjith committed Nov 9, 2023
1 parent 469d6b5 commit 17a21d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion New Structure/SQL Files/Create Views/Create View.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ FROM students s
JOIN users u ON s.user_id = u.user_id
JOIN course_attendence ca ON s.student_id = ca.student_id
JOIN courses c ON ca.course_code = c.code
WHERE s.batch_year = '2017'
WHERE s.batch_year = '2019'
GROUP BY s.student_id, u.first_name, u.last_name, c.code, s.batch_year;


Expand Down

0 comments on commit 17a21d4

Please sign in to comment.