How to find the date of monday for nth week in Oracle RDB?
We can write query easily in 11g but it doesn't work in Oracle RDB.
e.g.
Input = 201602
where 2016 = year
02 = nth week of year 2016
I want the output as "11-JAN-16".
Thanks in advance!!!
Regards,
Kashif