in reply to fetchrow and fetchall question
Then loop to fetch 20 rows each time using something like :-select ID from hit_table where time between ? and ? order by visit_id, time
Hope it helpsselect * from hit_table where ID in ( ?,?,?,?,?, ?,?,?,?,?, ?,?,?,?,?, ?,?,?,?,?) order by visit_id, time
|
|---|