NOW - Metadata
Returns the current UNIX timestamp in milliseconds
Output
Number: UNIX timestamp in ms
Usage
NOW()
Examples
Example 1
Query
LOAD tmp
AS ('': NOW())
Result
1675847671029
Returns the current UNIX timestamp in milliseconds
Number: UNIX timestamp in ms
NOW()
LOAD tmp
AS ('': NOW())
1675847671029