1.

How To Get The Current Date In Mysql?

Answer»

To GET current DATE, use the FOLLOWING syntax:
SELECT CURRENT_DATE();

To get current date, use the following syntax:
SELECT CURRENT_DATE();



Discussion

No Comment Found