CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

How to implement while select with limit offset #18

Closed jimsproject closed 8 years ago

jimsproject commented 8 years ago

Hi, i'm new in nodejs. could you show me how to implement select with offset limit in loop, example: i want to get 100 record then do some process, and get next 100 record and the same process. until i get no record.

thank you

jimmy

CodeFoodPixels commented 8 years ago

Sorry, but I'm not here to teach you how to code. I had a quick Google and found this, but I'm not going any further.