How can I print on the screen the current month and year in sql? I need the month to come out in full. I'm using the query below.
select GETDATE() from DUAL
It is currently being printed as follows.
2018-08-21 10: 34: 03.253
I need it printed as follows:
August - 2018