bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL HOUR() Function

Example

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).

Syntax

HOUR(
datetime
)

Parameter Values

ParameterDescription
datetimeRequired. The datetime value to extract the hour from

Technical Details

Works in:From MySQL 4.0

Previous

MySQL FROM_DAYS() Function

Next

MySQL LAST_DAY() Function