I need help to get month and year from a date which is in yyyymmdd format.
The dates look like this, '20150102', the output should be Jan 2015.
I want the output as on single value, currently using datepart function Im getting output in 2 different columns for month and year
Date_format()function: dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html