portableSql

Now Portable SQL Function

Syntax

Now as T ()

Returns

resultTime

Returns the current system time.

Description

Get the current system time.

Discussion

The Now function gets the current system time.

Now() function executed on the Northwind Access database
SELECT FIRST 1 Now() AS Now FROM Orders
=10/10/2019 12:42:48 00 pm