Files
doris/docs/en/sql-manual/sql-functions/date-time-functions/curtime.md

1.1 KiB

title, language
title language
curtime,current_time en

curtime,current_time

Description

Syntax

TIME CURTIME()

Get the current date and return it in Time type

Examples

mysql> select current_time();
+----------------+
| current_time() |
+----------------+
| 15:25:47       |
+----------------+

keywords

CURTIME,CURRENT_TIME