Home » MySQL Sysdate() Function

MySQL Sysdate() Function

by Online Tutorials Library

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:

MySQL Sysdate() Function

Example 2

Output:

MySQL Sysdate() Function

Next TopicMySQL datetime

You may also like