Considering the following users table:
idusername1User12User23User34User45User5
In order to constrain the number of rows in the result set of a SELECT query, the LIMIT clause can be used together with one or two positive integers as arguments (zero included).
LIMIT clause with one argument
When ...