Buscar este blog

viernes, 18 de noviembre de 2011

Mysql Time.

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.

Query systen time.

Open console.
Login in mysql.
run query: select time(now())as Timenow;

mysql> select time(now())as Timenow;
+----------+
| Timenow  |
+----------+
| 09:40:20 |
+----------+
1 row in set (0.00 sec)


 

No hay comentarios:

Publicar un comentario