Snippets tagged “limit”
1 snippet uses this tag.
- Laravel: How to get last N entries from DBPHP
You can use the latest method on a query builder instance to get the last N entries from the database.
1 snippet uses this tag.
You can use the latest method on a query builder instance to get the last N entries from the database.