time data type in mysql

Solutions on MaxInterview for time data type in mysql by the best coders in the world

showing results for - "time data type in mysql"
Emmanuel
20 Oct 2020
1Data Type	“Zero” Value
2DATE		'0000-00-00'
3TIME		'00:00:00'
4DATETIME	'0000-00-00 00:00:00'
5TIMESTAMP	'0000-00-00 00:00:00'
6YEAR		0000