9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
|
[[esql-now]]
|
||
|
=== `NOW`
|
||
|
Returns current date and time.
|
||
|
|
||
|
[source,esql]
|
||
|
----
|
||
|
ROW current_date = NOW()
|
||
|
----
|