MySQL HOUR Function

Example

Return the hour part of a datetime:

SELECT HOUR("2017-06-20 09:34:00");

Definition and Usage

The HOUR() function returns the hour part for a given date (from 0 to 838). Continue reading MySQL HOUR Function