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 . Yogesh Shinde LinkedInProfile <<< Back Next >>>