Press "Enter" to skip to content

End of Month and Time Slice Functions in Snowflake

Kevin Wilkie is waiting for the calendar to change:

In SQL Server, we’re used to finding the end of the month via a few different methods. We can always use the DateAdd and DateDiff functions to get our data – which sometimes takes a bit of work – or we can use the EOMonth function.

Read on to see what tools are available for Snowflake users.