C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
MySQL CURTIME() FunctionThe curtime() is a MySQL date/time function. It is used to get the current time. Syntax
select curtime(); Parameters
NA ReturnsThis function will return the current time. Example 1Select curtime(); Output:
Example 2
Select curtime()+2; Output:
Next TopicMySQL date/time
|