Showing posts with label How many ways we can we find the current date using MySQL?. Show all posts
Showing posts with label How many ways we can we find the current date using MySQL?. Show all posts

Saturday, May 16, 2009

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

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