Skip to content

Commit

Permalink
Fix : video repository sql column naming
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Feb 22, 2024
1 parent aaf5b7e commit c84e472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class VideoRepositorySql {

public static final String GET_CODE_SET_BY_MEMBER_ID = """
SELECT v.video_code
FROM coursevideo cv JOIN VIDEO v ON cv.video_id = v.video_id
FROM coursevideo cv JOIN video v ON cv.video_id = v.video_id
WHERE cv.member_id = ?
"""

Expand Down

0 comments on commit c84e472

Please sign in to comment.