now

Description

Syntax

DATETIME NOW ()

Get the current time and return it in Datetime type

example

  1. mysql> select now();
  2. +---------------------+
  3. | now() |
  4. +---------------------+
  5. | 2019-05-27 15:58:25 |
  6. +---------------------+

keyword

NOW