MySQL将月份编号转换为月份名称

MySQL将月份编号转换为月份名称

问题描述:

在MySQL中是否可以将整数/列转换为月份名称? 例如,1变为"Jan"或"January". 13及更高版本给出错误,否则将永远不会使用.

Is it possible to convert an integer/column to month name in MySQL? For example, 1 becomes 'Jan' or 'January'. 13 and onwards give an error, or will be never used.