83
MySQL Date/Time Sysdate() Function
The sysdate() is a MySQL date/time function. It is used to get the system date.
Syntax
Returns
This function returns the system date.
Example 1
Output:
Example 2
Output:
Next TopicMySQL datetime