Home  >  Article  >  Database  >  How to use the MAKETIME function in MySQL

How to use the MAKETIME function in MySQL

PHPz
PHPzforward
2023-05-26 15:25:061349browse

MAKETIME(hour, minute, second): Get the time according to the parameters (hour, minute, second)

SELECT MAKETIME(12 ,23 ,34 )
-> 12:23:34

The above is the detailed content of How to use the MAKETIME function in MySQL. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete