Replies: 1 comment 2 replies
-
If you are not handling return data then you would use PERFORM instead of SELECT. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to call an Edge Function from a RPC function's cron.job call, tried this:
But calling SELECT was not allowed apparently. I converted the edge function call into another RPC call which worked but I cant call that RPC function from my RPC function still because of SELECT keyword I think.
Beta Was this translation helpful? Give feedback.
All reactions