dresende / node-sql-query

NodeJS SQL query builder
122 stars 103 forks source link

LIMIT and ORDER BY clauses in DELETE statements #17

Closed alex-golovanov closed 11 years ago

alex-golovanov commented 11 years ago

Would you mind adding those? These are quite handy for erasing certain ranges of data in logs and such.

http://dev.mysql.com/doc/refman/5.0/en/delete.html

dresende commented 11 years ago

Sure :)

alex-golovanov commented 11 years ago

Thank you!