bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL NOW() Function

Example

SELECT
NOW();

Definition and Usage

The NOW() function returns the current date and time.

Note

The date and time is returned as "YYYY-MM-DD HH-MM-SS" (string) or as YYYYMMDDHHMMSS.uuuuuu (numeric).

Syntax

NOW()

Technical Details

Works in:From MySQL 4.0

Previous

MySQL MONTHNAME() Function

Next

MySQL PERIOD_ADD() Function