HOME > PHP > PHP Forum > sql error อ่าค่ะ แก้เท่าไหร่ก้อไม่ได้ ด่วนๆค่ะ Select error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
sql error อ่าค่ะ แก้เท่าไหร่ก้อไม่ได้ ด่วนๆค่ะ Select error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
Select 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 'AND Origin_id=01' at line 1
มันฟ้องแบบนี้อ่ะค่ะ ส่วน code sql เป็นแบบนี้ค่ะ
Code (PHP)
$sql = "SELECT count(Pers_Emp_id) as 'num' FROM personnel WHERE Appendent_id='$ListValue['Append_id']' AND Origin_id='$item_id[$i]';
$sql = "SELECT count(Pers_Emp_id) as 'num' FROM personnel WHERE Appendent_id='$ListValue['Append_id']' AND Origin_id='$item_id[$i]'";//ลืมปิด " หรือเปล่าครับ
ปัญหาคือมันฟ้องนี่อ่าค่ะ
Select 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 'AND Origin_id=01' at line 1