Printable View
is there code that will delete the first say 30 rows in a mysql database?
Code: DELETE FROM table_name LIMIT 30;
DELETE FROM table_name LIMIT 30;