MySQL HOUR() Function
Definition and Usage
The HOUR() function returns the hour part for a given date (from 0 to 838).
Syntax
HOUR(datetime)
Parameter Values
Parameter | Description |
---|---|
datetime | Required. The datetime value to extract the hour from |
Technical Details
Works in: | From MySQL 4.0 |
---|