Monthly Archives: June 2021
-
June 15, 2021
How can I select a random row using Eloquent or Fluent in the Laravel framework?
I know that by using SQL, you can do order by RAND(). However, I would like to get the random row without doing a count on the number of records prior to the initial query.