I would like to know is there a way to calculate Mysql's week function in Oracle. I know that we can get week number by using to_char([date],IW')
which considers Monday as first date of week.
I know that MySQL has 7 modes with week function, can I do this in oracle?
If not possible then is there a way to get MySQL's week([date],0)
function alternative in Oracle?