Answers for "get current date in mysql without time"

SQL
3

get date from now() mysql

You can use CURDATE()
Posted by: Guest on February-15-2021
0

mysql date without time

SELECT date(my_date)
Posted by: Guest on April-21-2021

Code answers related to "get current date in mysql without time"

Code answers related to "SQL"

Browse Popular Code Answers by Language