Skip to main content
Panther Knowledge Base

Can I use a stored procedure (`CALL`) in a Scheduled Query in Panther?

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.

 

  • Was this article helpful?