Quantcast
Channel: History Linux
Viewing all articles
Browse latest Browse all 25

Mysql Time.

$
0
0
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)


 


Viewing all articles
Browse latest Browse all 25