Hey all, I am wondering how to return a random row...
# javascript
m
Hey all, I am wondering how to return a random row using the supabase js client. Is something Like order ('random') supported or do I have to use rpc/raw sql to do this?
s
Yes you would have to use a rpc to get this working
m
Alright. Thank you 🙏