now.asciidoc 104 B

12345678
  1. [[esql-now]]
  2. === `NOW`
  3. Returns current date and time.
  4. [source,esql]
  5. ----
  6. ROW current_date = NOW()
  7. ----