I'm trying to execute a series of SQL statements from within a Stored Procedure in SnowFlake (v3.49.2) and it's throwing errors when executing certain commands, e.g.,
"Unsupported statement type 'SET'."
Would there be a list of SQL commands which are supported/unsupported when executed within Stored Procedures?