Posts

Showing posts from June, 2026

Snowflake Vs MS-SQL - Part 102 - Last Value in the Series

Image
  Last Value Whenever we are sorting out the data and want to find the last value in the series. MS-SQL Server We can achieve it as follows: In  Snowflake ,    we can use a similar approach as above; however, we can make use of  LAST_VALUE  as follows: For more details, refer to the  LAST_VALUE  section. Yogesh Shinde LinkedInProfile <<< Back   Next >>> Snowflake Vs MS-SQL - Series