C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
MySQL Date/Time now() FunctionThe now() is a MySQL date/time function. It is used to get the current date and time. Syntaxselect now(); Returns:This function returns the current date and time. Example 1Select now(); Output: Example 2Select now()+1; Output:
Next TopicMySQL datetime
|