Retrieve the current date and time from the computer system.
SELECT CustomerName, Now() AS CurrentDateTime FROM Customers; |
The Now() function retrieves the current date and time based on the computer’s system clock.
Now() |
None.
WORKS IN |
From Access 2000 |