Join Discord
Powered by
Is there a way to run multiple selects on multiple...
# javascript
j
jaf
01/15/2022, 11:23 AM
Is there a way to run multiple selects on multiple tables with one request? I don't mean related data, completely separate tables
c
chipilov
01/15/2022, 2:04 PM
The only way to achieve this is with a stored procedure/function defined in the database (you can then invoked it with the supabase.rpc() method)
j
jaf
01/15/2022, 4:32 PM
Thanks
Previous
Next