This deletes the first 1000 records in order by ID DELETE FROM table1 ORDER BY id ASC limit 1000
DELETE FROM table1 ORDER BY id ASC limit 1000