Home Sql Sqldate Mysql Time Now



Mysql Time Now
Posted on: February 16, 2005 at 12:00 AM
The Tutorial help you to make an example from Time Now in Mysql. In this Tutorial we use now ( ) keywords in Mysql which returns you the current time.

Mysql Time Now

     

Time Now is used to return you a current time in Mysql.

Understand with Example

The Tutorial help you to make an example from Time Now in Mysql. In this Tutorial we use now ( ) keywords in Mysql which returns you the current time.

(now ( ) ) : The (now( )) returns you a current time as field name 'Timenow'.

Query to find Current time now:-

 

 

 

mysql> select time(now())as Timenow;

Output:-

+----------+
| Timenow  |
+----------+
| 11:29:44 |
+----------+
1 row in set (0.00 sec)

Related Tags for Mysql Time Now:


More Tutorials from this section

Ask Questions?    Discuss: Mysql Time Now  

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.