I am trying to delete a row from a table but while deleting the entry, MySQL is giving me the following error:
Column count doesn't match value count at row 1.
the query which is i m executing is a simnple delete query:
DELETE from 'tablename' WHERE id=1341