Jason.Bourne
یک شنبه 02 فروردین 1388, 14:18 عصر
وقتی که پرس و جوی زیر را اجرا میکنم
SELECT count(*)
FROM `users`
WHERE `username` = 'chris''
AND `password` = '1'با خطای زیر روبرو میشم
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 '1'' at line 3 برای اجرای این پرس و جو باید چکار کنم؟
SELECT count(*)
FROM `users`
WHERE `username` = 'chris''
AND `password` = '1'با خطای زیر روبرو میشم
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 '1'' at line 3 برای اجرای این پرس و جو باید چکار کنم؟