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

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Series

Snowflake Key Concepts

Snowflake Vs MS-SQL - Part 46 - RATIO_TO_REPORT