Postgresql – How to skip one day for not leap years
I have generated a table that contains dates from 2000-01-01 to 2039-12-31 (ISO format). Calendar contains leap years. Now based on this I want to create another table with some transformations. I have a problem with two columns. Fiscal_year_day_nr and…