Skip to content

Commit

Permalink
Update 0012_modify_course_enrollments.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadKhalid210 committed May 6, 2024
1 parent 3007465 commit 2b02ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ SELECT
openedx_user_profiles.country AS user_country
FROM openedx_course_enrollments
INNER JOIN openedx_user_profiles ON openedx_course_enrollments.user_id = openedx_user_profiles.user_id
INNER JOIN openedx_users ON openedx_course_enrollments.user_id = openedx_users.id;
INNER JOIN openedx_users ON openedx_course_enrollments.user_id = openedx_users.id;

0 comments on commit 2b02ef8

Please sign in to comment.