Viewing 3 posts - 1 through 3 (of 3 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
Viewing 3 posts - 1 through 3 (of 3 total)