Last active
December 22, 2015 16:35
-
-
Save smilingkylan/005f2fb9f901de8d02be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT member_course_table.*, courses.*, subcategories.* FROM member_course_table JOIN courses ON member_course_table.course_ID = courses.course_ID JOIN subcategories ON subcategories.id = courses.category_id WHERE member_course_table.member_ID = 805777 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment