Relative Content

Tag Archive for sqlsnowflake-cloud-data-platformsnowflake-schema

Snowflake String Match

Column A cat, dog, horse monkey, donkey cat, tree I need a way to return me the rows which matches the string ‘cat|ball|tree’. Here my expected output is TRUE for first and third row and false for second row as there is cat matching for the first row and cat and tree matching for the […]

SQL weekending date calculation

I have a set of data which has some dates of the week, I need to extract the next Friday date from the data and if the date is already on Friday then print the same date. I have tried multiple sources but one or the other error comes. I need to output on snowflake.