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