The Tutorial in this section illustrate an example from 'Mysql Now Current Date Time'. To understand and grasp an example we run a query now ( ) that return the current date and time of your database.
Query:-
| mysql> select now()as CurrentDateTime; |
Output:-
| +---------------------+ | CurrentDateTime | +---------------------+ | 2009-01-07 16:11:49 | +---------------------+ 1 row in set (0.03 sec) |
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.
Ask Questions? Discuss: Mysql Now Current DateTime
Post your Comment