SQL_CURRENT_TIME

Name

CURRENT_TIME  --  Returns the current time.

Synopsis

   CURRENT_TIME 
  

Parameters

This function does not accept any parameters.

Results

time

The current time will be returned when you call this function.

Description

Use the CURRENT_TIME function to retrieve the current system-recorded time in an object of data type TIME.

Examples

The following example retrieves the current time.

   SELECT CURRENT_TIME AS now;

   now
   -----------
   10:11:21+02