Sunday, July 17, 2011

How many ways we can we find the current date using MySQL?

ANSWER:SELECT CURDATE();
SELECT CURRENT_DATE();
SELECT CURTIME();
SELECT CURRENT_TIME();

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home