Jump to content

Deleting records from PHPMyAdmin


jeeves245

Recommended Posts

Hey all,

 

I have a table in PHP My Admin with about 150 records. When trying to delete these records, it says "Your SQL query has been executed successfully" but the records are not deleted.

 

Any ideas appreciated :)

 

(Using 3.1.3.1, Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9 MySQL client version: 5.0.51a).

Link to comment
https://forums.phpfreaks.com/topic/168605-deleting-records-from-phpmyadmin/
Share on other sites

Perhaps posting the query would help.

 

I'm just checking the boxes and clicking the big red X in PHPmyAdmin.

 

The query it uses is:

 

DELETE FROM `customerDB`.`customer` WHERE `customer`.`customerName` = '' AND `customer`.`address1` = '' AND `customer`.`address2` = '' AND `customer`.`address3` = '' LIMIT 1;

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.