This tutorial explains how to use the MySQL MAKETIME function with syntax and examples.
The MySQL MAKETIME function returns the time for a certain hour, minute, second combination.
The syntax for the MAKETIME function in MySQL is:
The hour value used to create the time.
The minute value used to create the time.
The second value used to create the time.
The MAKETIME function can be used in the following versions of MySQL:
Let's look at some MySQL MAKETIME function examples and explore how to use the MAKETIME function in MySQL.
For example: