0
How to create nd insert data type for date column in mysql?
'date()' is this enough
2 Respuestas
+ 7
Best thing to do is to refer directly to their manual page:
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-types.html
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html
Hth, cmiiw
+ 1
thank u!