Database error: Invalid SQL: select a.*,b.* from member_fav as a
left join video as b on(a.vh_v_id = b.v_id)
where
b.delete_mark=0 and b.v_active=1 and a.vh_mi_id='0' order by a.vh_update_date desc limit
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 '' at line 4)
Session halted.