Jump to content

trouble deleting rows


blanktarget

Recommended Posts

DELETE FROM table WHERE table_id=100; 

 

Cant believe that this deleted the whold table did you have records with only table_id 100??

 

How are you executing this ssatement using PHP or in the mysql prompt?

 

You can give this a try.

 

DELETE FROM table WHERE table_id=\'100\'; 

 

If you still have problme post with your code and sample table data.

Link to comment
https://forums.phpfreaks.com/topic/1312-trouble-deleting-rows/#findComment-4356
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.