... how to query random single question from my questions table in supabase. ... sql as $$ select * from quiz order by random() limit 1; $$;.
確定! 回上一頁