I have in my database a date fetcha_pago
in the format: "08-Abr-2016" and it is a varchar. When I do the following:
STR_TO_DATE(fecha_pago, '%d-%M-%Y')
It does not work because the date is in Spanish. It has to be "Apr" instead of "Abr". Is there a way to respect "Abr" for the month?