Answers for "mysql date to datetime conversion"

SQL
1

date conversion in mysql column

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)
Posted by: Guest on January-23-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language