stefano
stefano8mo 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
jamalsoueidan8mo ago
take(5) order('desc')
stefano
stefanoOP8mo ago
thanks!

Did you find this page helpful?