Question : I currently run the below query in Snowflake for some of my reconciliations and have never worked in […]
Tag: snowflake
Window function in Update statement
Question : Is there a work around to use window functions in update statement You can populate sample/original table using […]
Grant permissions to only specific tables in a Schema
Question : I am having a schema where I wanted to grant permissions in the following manner. What is the […]
Best practices for large JOINs – Warehouse or External Compute (e.g. Spark)
Question : I am working on a problem that requires a very large join. The JOIN itself is pretty straightforward […]
Get progressive sum of column by date
Question : I’ve an Employee table with StartDate and EndDate as columns. How can I get a progressive sum of […]
Merge multiple rows in table setting one column based on value in rows
Question : I have some data that looks something like this: key B 1 true 1 false 2 false 2 […]