Last updated 1 month ago
Snowflake supports calling a stored procedure in the FROM clause when the procedure meets certain otherwise the query fails.
If you need more support, you can email us at
Calling stored procedure in from might have compilation errors
SELECT * FROM MyProcedure(1, 'test');
SELECT * FROM --** SSC-FDM-SY0001 - CALLING STORED PROCEDURE IN FROM CLAUSE MIGHT HAVE COMPILATION ERRORS ** TABLE(MyProcedure(1, 'test'));