Simple and forward. What is LIMIT clause in PDO PHP ? Since I could not find an answer anywhere I have a feeling its something stupid simple.
LIMIT
is MySql-specific syntax that instructs the server to return only a portion of the full result set that your query produces. It applies to any code that talks to MySql, not only PDO or PHP.