Posted on 16 Aug 2022, this text provides information on Syllabus Queries related to Course Queries. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
---+---------+------+----------+--------------+id| exam_id| name | syllabus | last_updated |---+---------+------+----------+--------------+
So, I got some error. Like this:
Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'syllabuses Array LEFT JOIN oes.syllabuses AS Syllabuses ON (Syllabuses.`' at line 1
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that
you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice
sessions to improve your knowledge and scores.
manpreet
Best Answer
2 years ago
Each exam has one syllabus, each syllabus has one exam. So, I did this in the Exam model:
From
UsersController
I did this:And in a method in
UsersController
I wanted to call paginate:exams table:
and syllabuses table:
So, I got some error. Like this:
And my SQL that CakePHP prepared is:
But what I want is something like the query bellow. I have tested it in mysql: