How to return rows with start and range

admin

Administrator
Staff member
Hi, how can I write an sql statment that returns rows with a start row and a range, I wrote a function called threads(int start, int range), the two \"?\" from the prepared statment will be replaced by \"start\" and \"range\"
.
Your help will be appreciated.
Thanks
 
Back
Top