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
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;

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.