portableSql

CurrentTime Portable SQL Function

Syntax

CurrentTime as T ()

Returns

resultTime

Returns the current time according to the SQL database server.

Description

Get the current time (according to the SQL database server).

Discussion

The CurrentTime function gets the current time according to the SQL database server.

CurrentTime() function executed on the Northwind Access database.
SELECT FIRST 1 CurrentTime() AS Now FROM Orders
=12/30/1899 12:45:57 00 pm