trochia Posted July 7, 2007 Share Posted July 7, 2007 Hello, and sorry for posting / bothering...but I did a search for "delete range of records" of this fourum subject and did not find what I was trying to do. I have a table w/ 208,642 total entries and I need to delete a range of records based on field of: record_date It's something I have not done before, I can use phpMyAdmin...but I have never done this before, and just don't want to screw this up. Thank-you all in advance, Jim Link to comment https://forums.phpfreaks.com/topic/58825-solved-delete-range-of-records-based-on-field/ Share on other sites More sharing options...
trochia Posted July 7, 2007 Author Share Posted July 7, 2007 solved = DELETE FROM `csv_daily` WHERE record_date = '2007-06-22' Link to comment https://forums.phpfreaks.com/topic/58825-solved-delete-range-of-records-based-on-field/#findComment-291847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.