Example
Retrieve the current time from the system.
SELECT CustomerName, Time() AS CurrentTime FROM Customers; |
Definition and Usage
The Time() function retrieves the current system time.
Syntax
Parameter Values
None.
Technical Details
WORKS IN
|
From Access 2000
|