Snowflake Vs MS-SQL - Part 96 - Row Last Updated - ROW_TIMESTAMP
Row Last Updated - ROW_TIMESTAMP Many times, you have to find out when the record was updated last time MS-SQL Server We need to create a column in a table, like modified_date, which will store the value of datetime: In Snowflake , we can use a similar approach as above; however, we can use ROW_TIMESTAMP as follows: For more details, refer to the ROW_TIMESTAMP section. Yogesh Shinde LinkedInProfile <<< Back Next >>> Snowflake Vs MS-SQL - Series