Return the seconds part of a datetime value:
SELECT SECOND("2017-06-20 09:34:00.000023");
Try it Yourself »
The SECOND() function returns the seconds part of a time/datetime (from 0 to 59).
SECOND(
datetime)
Parameter | Description |
---|---|
datetime | Required. The time or datetime to extract the second from |
Works in: | From MySQL 4.0 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!