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

Time

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

Time()

Parameter Values

None.

Technical Details

WORKS IN

From Access 2000