Database error: Invalid SQL: select * from member_teacher as a left join teacher as b on (a.mt_t_id = b.t_id)
where b.delete_mark=0 and b.t_active=1 and a.delete_mark=0 and a.mt_mi_id= and a.mt_active=1 order by b.t_cname asc limit 10
MySQL Error: 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 'and a.mt_active=1 order by b.t_cname asc limit 10' at line 2)
Session halted.