bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Time() Function

Example

  SELECT CustomerName,
  Time() AS CurrentTime
FROM Customers;

Definition and Usage

The Time() function returns the current system time.

Syntax

Time()

Parameter Values

None.

Technical Details

Works in:From Access 2000

Previous

MS Access Second() Function

Next

MS Access TimeSerial() Function