Snowflake Vs MS-SQL - Part 116 - Row-Timestamp Last Updated
Row-Timestamp Last Updated To support auditing and tracking requirements, the transactional table should include a column that records the date and time of record creation and subsequent updates. MS-SQL Server We can achieve it by creating an additional column as follows: In Snowflake, we can use a similar approach as above; however, we can make use of a Row-Timestamp as follows: You can access the same column as below: For more details, refer to the Row-Timestamp section. Yogesh Shinde LinkedInProfile <<< Back Next >>> Snowflake Vs MS-SQL - Series