I use Presto and I do not know the function to get MONTH's name from a date column. I can get MONTH number using MONTH(<date>)
function but I'm not able to get MONTH name.
I've seen ways where a list of month names is manually created and the number is matched over with the list to obtain the name. Is there a better approach to use any known function in Presto?
%M
specifier that should do what you want. – Gregoriagregorian