📜  mysql 列中的日期转换 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:00.784000             🧑  作者: Mango

代码示例1
MySQL DATE_FORMAT() formats a date as specified in the argument. A list of format specifiers given bellow may be used to format a date. The ‘%’ is required before the format specifier characters.

Syntax:

DATE_FORMAT(date,format)