Hi again, is it possible to pull a random amount o...
# orm-help
b
Hi again, is it possible to pull a random amount of rows where I don’t have to do it on the server side?
r
@Ba Thien Tran đź‘‹ Could you provide an example? You can use
take
and specify a random number of rows to be returned if that’s what you want.