dear all
is it possible to write a subquery in inside the main query in python program....
for example something like this.....
courses = db.query("selec t course_id, student_id, select course_coordina tor from teachers join course on teacher.course_ id=course.cours e_id, start_date from school)"
QUERy .....student_id , select course_coordina tor from teachers join course on teacher.course_ id=course.cours e_id..... is giving one info for main query and it is required.......
will this query work..... if not any suggestion to write subquery.....
thnx
is it possible to write a subquery in inside the main query in python program....
for example something like this.....
courses = db.query("selec t course_id, student_id, select course_coordina tor from teachers join course on teacher.course_ id=course.cours e_id, start_date from school)"
QUERy .....student_id , select course_coordina tor from teachers join course on teacher.course_ id=course.cours e_id..... is giving one info for main query and it is required.......
will this query work..... if not any suggestion to write subquery.....
thnx
Comment