bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL CURTIME() Function

Example

SELECT CURTIME();

Definition and Usage

The CURTIME() function returns the current time.

Note

The time is returned as "HH-MM-SS" (string) or as HHMMSS.uuuuuu (numeric).

Note

This function equals the CURRENT_TIME() function.

Syntax

CURTIME()

Technical Details

Works in:From MySQL 4.0

Previous

MySQL CURRENT_TIMESTAMP() Function

Next

MySQL DATE() Function