Jump to content

MySQL Delete Record Problem


Dan_Mason

Recommended Posts

DELETE Record problem

 

Here is the Query:

 

DELETE FROM login WHERE 'Email' = "[email protected]"

 

It is not throwing up any errors, as all the information in the database matches the query but when I run it in the SQL Editor, it says "Query OK, 0 rows affected (0.00 sec)". This also happens when I run the query in my PHP Code. (It definately is not removing the record from the database)

 

 

Any Ideas what I could do?

 

Any help would be very appreciated :)

Link to comment
https://forums.phpfreaks.com/topic/173398-mysql-delete-record-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.