Forum : How many ways we can we find the current date using MySQL?
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

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

Find current date using MySQL...
Asked by Balu Prasad | Nov 9, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Balu,

You can find current dates using following ways in MySQL.

1) SELECT CURDATE();
2) SELECT CURRENT_DATE();
3) SELECT CURTIME();
4) SELECT CURRENT_TIME();
Nov 9, 2009