SECOND(time) returns the second for time, in the range 0 to 59. : SECOND : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » SECOND »

 

SECOND(time) returns the second for time, in the range 0 to 59.


mysql>
mysql> SELECT SECOND('11:05:03');
+--------------------+
| SECOND('11:05:03') |
+--------------------+
|                  |
+--------------------+
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
» SECOND