pf » Tag: offset on Pete Freitag's Blog

LIMIT and OFFSET SQL Pagination

databases Both MySQL and PostgreSQL support a really cool feature called OFFSET that is usually used with a LIMIT clause.

The LIMIT clause is used to limit the number of results returned in a SQL statement.


This entry was:

Subscribe to my RSS Feed: solosub RSS
Tags