MAKETIME(hour,minute,second) returns a time value calculated from the hour, minute, and second arguments. : MAKETIME : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » MAKETIME »

 

MAKETIME(hour,minute,second) returns a time value calculated from the hour, minute, and second arguments.


mysql>
mysql>
mysql> SELECT MAKETIME(12,15,30);
+--------------------+
| MAKETIME(12,15,30|
+--------------------+
12:15:30           |
+--------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» MAKETIME