I am using Oracle SQL Developer and have a field where dates are stored like JAN-19, FEB-19, etc.. The number is the year. I need to get the Month Number for this field. So, the month number for JAN-19 would be 1, FEB-19 would be 2, etc..
How can I do this?