Skip to content

CURRENT_TIME

SELECT CURRENT_TIME;
23:45:34

In the example, the SQL function CURRENT_TIME is used to get the current time from the system where the database server runs. The output is in 24-hour format (HH:MM:SS). The exact time presented in the output depends on when the function is called.