Can I use a stored procedure (`CALL`) in a Scheduled Query in Panther?
Last updated: September 3, 2024
QUESTION
Can I use a stored procedure (`CALL` command) in a Scheduled Query?
ANSWER
Panther does not currently support CALL in scheduled queries. Instead, you could try using a table function as a workaround. It will allow you to use custom code (similar to a stored procedure) but in a SELECT context.