Fun MySQL fact of the day: LIMIT
your expectations
Before we take a close look at OFFSET
s next week, we're going to take a quick peek inside MySQL to understand how a simple SELECT ... LIMIT
works, and while we're going to consider a simple case, we're also going to fold in some information we've already covered. ... read more