creating a data dictionary via snowflake query?
I figured I could easily create a basic data dictionary of the schema my team is working out of. I currently have this:
Count / Sum JSON variant attribute Flatten
Hi how would I sum the following by the JSON variant column attributes?
How to query a Snowpark dataframe, with SQL, from Snowflake?
I have a Snowpark dataframe, that I would like to query (and join to other tables) using SQL.
How do incorporate an OUTER APPLY function used in sql server when converting a query to SNOWFLAKE syntax
I have this script written in sql server syntax, that uses an OUTER APPLY. Seen below:
Concat an Alias in Snowflake
I am working on a query in Snowflake and am wanting to create an alias for a column. I know you can do this in other languages but am not sure if snowflake supports this.
Snowflake sql scripts to identify the storage cost and credit utilization based on input file size/volume of file
Snowflake sql scripts to identify the storage cost based on input file size/volume of file and Identify the computations credit utilization based on input file size/volume of file —- Example 1GB file how much credit utilization and storage cost
Count number of products for past 3 month for each row in a table – SQL sliding window in Snowflake
I have below table in Snowflake db.
Snowflake query to generate hourly records
I am trying to generate date and time between two records for a particular id for some reporting for hourly level. Idea is to bring any record that is even unchanged or changed at date and hourly basis.
How to eliminate the duplicate row while keeping rows that do not have a duplicate?
I have a table in which there exists duplicate rows where the Product name is the same, but the value is different. I don’t care which value I keep, I just want to get rid of the duplicate row and keep one. I am using SNO-SQL.
Calculate the column value based on the previous week value
I’m creating a model in Snowflake where I need to calculate a short fall in demand and supply in a particular region