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
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.

Comments
Post a Comment