MS Access Now() Function
Clash Royale CLAN TAG#URR8PPP
<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]-->
MS Access Now() Function
❮ MS Access Functions
Example
Return the computer system's current date and time:
SELECT CustomerName, Now() AS CurrentDateTime
FROM Customers;
Try it Yourself »
Definition and Usage
The Now() function returns the current date and time based on the computer's system date and time.
Syntax
Now()
Parameter Values
None.
Technical Details
Works in: | From Access 2000 |
---|
❮ MS Access Functions