Posts by Anderson • 11 points
1 post
-
1
votes1
answer304
viewsQ: Offset and limit Mysql problem
When performing a query using limit and offset the database returns a line less than it should. What’s the problem? Cache? Lock? Index? Dice? For example: select distinct(id_table1) from table_1…