Snowflake: Get quarter start/end dates for more than a year (start year to current year)

后端 未结 0 426
温柔的废话
温柔的废话 2021-01-06 23:37

I\'ve been trying to get start and end dates range for each quarter given a specific date/year, like this:

 SELECT DATEADD(mm, (quarter - 1) * 3, year_date) S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题