Laravel – Select Random n rows out of Order By clause
I keep running into this one over and over again, and seeking if there is a better (much more optimized) way to achieve this. Requirement : From a table XYZ select a random n rows (n can be one or…