Snowflake Vs MS-SQL - Part 59 - GET_DDL View Code

      



GET_DDL: View Code

Sometimes we need to see the code of any object like Stored Procedure, View, or any other object.



 
MS-SQL Server 

You can achieve this by using Object Explorer and searching for a particular object.

You can achieve the same thing by using the code below:




However, in Snowflake we can use the code as below.








For more details, you can refer to the following GET_DDL.


 

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 36 - SPLIT_TO_TABLE

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

Snowflake Vs MS-SQL - Part 33 - INITCAP