Can I use a stored procedure (`CALL` command) in a Scheduled Query?
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.