löschen * von where id = 1;

DELETE FROM table_name WHERE id BETWEEN 1 AND 256;
Sparkling Sardine