stefano
stefano6mo ago

What is the most efficent way to

What is the most efficent way to retrieve the last N (say, 5) number of records from a table when querying it?
2 Replies
jamalsoueidan
jamalsoueidan6mo ago
take(5) order('desc')
stefano
stefanoOP6mo ago
thanks!

Did you find this page helpful?