Snowflake Vs MS-SQL - Part 40 - Stored Procedure Call
Stored Procedure Call
If you want to retrieve the data by calling a Stored Procedure. Suppose you are selecting a table inside a Stored Procedure and want to get the result using Stored Procedure.
MS-SQL Server
You can achieve this by using the following approach.
In Snowflake, we can use a different approach.
Comments
Post a Comment