bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Time() Function

Concept visual

MS Access Time() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return the current system time:

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 Functions

Next

Previous

MS Access Second() Function

Next

MS Access TimeSerial() Function