Answers for "how to get the date from datetime in mysql"

SQL
1

how to get the date from datetime in mysql

SELECT DATE(ColumnName) FROM tablename;
Posted by: Guest on October-26-2021
0

mysql get date from datetime

WHERE DATE(datetime) = '2009-10-20'
Posted by: Guest on April-29-2020

Code answers related to "how to get the date from datetime in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language