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
silentworks
10/03/2021, 11:00 AM
Yes you would have to use a rpc to get this working