Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Formatieren Sie das Datum in MySQL, um MonthName, Year zurückzugeben

Versuchen Sie dies

SELECT DATE_FORMAT(`date`,'%M %Y') AS showdate FROM table