Hello, does somebody know how can i delete let us say rows 30 to 60 from a table(60 rows) without WHERE command, just the last 30 rows in a table?
Thanks!😕
I think (but dont quote me on this) its something like:
DELETE FROM comments limit 30,60