© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2y ago•
4 replies
Music has the right to children

How to make rpc call return more than 1000 records?

🟢SQL
const { data: subscribers, error: subscribersError } = await supabase
.rpc('get_....', { active_subs: activeSubscriptions })

I tried to use a mix of range and a while loop but that did not seem to work out as expected.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to make a func return several Records
SupabaseSSupabase / help-and-questions
4y ago
Is it possible to make DELETE event return more than the ID column?
SupabaseSSupabase / help-and-questions
3y ago
RPC call return type in TypeScript not nullable
SupabaseSSupabase / help-and-questions
2w ago
How to return table row on RPC function?
SupabaseSSupabase / help-and-questions
3y ago