Viewing 3 posts - 1 through 4 (of 4 total)
If i update the pre_requisite table to add all recursive dependencies, then my query working.
INSERT INTO prerequisites (course,prerequisite_course)VALUES ('MTH', 'HS'), ...
March 6, 2020 at 5:45 am
#3731786
updated original post
March 6, 2020 at 3:50 am
#3731737
March 6, 2020 at 12:15 am
#3731665