Postgresql – How To Get Financial Year Month(April to March) based on Year in Postgres
I need to get Financial Year Month(April to March) based on Year in Postgres Query... Like if passing 2022 then I need to get(12 month list) April-2022 to March-2023 month list. I have tried using EXTRACT() Function date to year…