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. Syntaxselect curtime(); ParametersNA ReturnsThis function will return the current time. Example 1Select curtime(); Output: Example 2Select curtime()+2; Output:
Next TopicMySQL date/time
|