Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

Now

Example

Retrieve the current date and time from the computer system.

SELECT CustomerName, Now() AS CurrentDateTime
FROM Customers;

Definition and Usage

The Now() function retrieves the current date and time based on the computer’s system clock.

Syntax

Now()

Parameter Values

None.

Technical Details

WORKS IN

From Access 2000