When i try to delete rows from a table, it does not work. I used the standard DELETE FROM statement, using tag_id=1 The first statement is returning Success, so i expect that the rows are deleted. However, the rows are not deleted. And i can't seem to figure out why.
- What could be the cause of this?
The image below has the specific query statements, and the return result.
