יש לי שאילתה כזו:
קוד:
$query = mysql_query("UPDATE WaitingList SET heb_name='bla',eng_name='blo',translator='Bugi',group='Nabo' WHERE id='3'");
ואני מקבל שגיאה כזו:
קוד:
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 'group='Nabo' WHERE id='3'' at line 1
למה זה קורה?
תודה רבה לעוזרים.