curtime,current_time

Description

Syntax

TIME CURTIME()

Get the current date and return it in Time type

Examples

  1. mysql> select current_time();
  2. +---------------------+
  3. | current_time() |
  4. +---------------------+
  5. | 2023-08-01 17:32:24 |
  6. +---------------------+

keywords

  1. CURTIME,CURRENT_TIME