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:
For more details, refer to the Row-Timestamp section.
Yogesh Shinde

Comments
Post a Comment