how can I get date of the monday of previous week if I have a values like "yyyy-wk" for example 2022-41 using sql?

39 Views Asked by At

so I have a column that has the values like 2021-01,2021-02 and so on till the end of week for year and then 2022-01 and so on I want to convert this to the date format "yyyy-mm-dd" for the previous monday how can I do this using sql?

0

There are 0 best solutions below