Error When Deleting SQL Row
Posted: Wed Aug 16, 2006 12:23 am
Hello
When I try to delete one row from my table I use the following command :
Here I got that Erorr Message :
What's the correct command ??
When I try to delete one row from my table I use the following command :
Code: Select all
DELETE FORM `table_name` WHERE id=1Code: Select all
Erorr NO. 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 'WHERE id=1' at line 1