Home Sql Sqldate Mysql Date Query



Mysql Date Query
Posted on: January 21, 2009 at 12:00 AM
Mysql Date Query Date Query is used to return the current date, month and year of the table.

Mysql Date Query

     

Mysql Date Query Date Query is used to return the current date, month and year of the table.

Understand with Example

The Tutorial illustrate an example from 'Mysql Date Query'. To understand this example we use current_date query that return the current date in the table.

Current_Date :The Query is used to return you the current date, month and year as fieldname current_date  of the table in database.

 

 

 

Query to show Current date:

mysql> SELECT CURRENT_DATE;
+--------------+
| CURRENT_DATE |
+--------------+
| 2009-01-08 |
+--------------+
1 row in set (0.00 sec)

Related Tags for Mysql Date Query:
sqlmysqlcquerytabledatesedreturntabtoearemonthusecurrentmntyearsurnatmyiseaandarssrenthabablndono


More Tutorials from this section

Ask Questions?    Discuss: Mysql Date Query  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.