SyntaxFix
Write A Post
Hire A Developer
Questions
Others have suggested IN, this is fine. You can also use a range:
IN
DELETE from tablename where id<254 and id>3;
If the ids to delete are contiguous.