MySQL Error: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 1
SQL:select h.*, r.CRegion, i.* from hr as h inner join Region as r on r.SN = h.nationality inner join hr_interview as i on i.Belong_SN = h.SN where h.status in (1,2) and h.Belong_SN =