second

description

Syntax

INT SECOND(DATETIME date)

Returns second information in the time type, ranging from 0,59

The parameter is Date or Datetime type

example

  1. mysql> select second('2018-12-31 23:59:59');
  2. +-----------------------------+
  3. | second('2018-12-31 23:59:59') |
  4. +-----------------------------+
  5. | 59 |
  6. +-----------------------------+

keyword

SECOND