MySQL Forums
Forum List  »  MySQL Administrator

Displaying the query execution time in milliseconds
Posted by: laalesh gurram
Date: December 02, 2010 12:41AM

Hi,

Is there a way to display the query execution time in milliseconds,

For example:

mysql> select count(*) from <tblname>;
+----------+
| count(*) |
+----------+
| 5362450 |
+----------+
1 row in set (0.20 sec)

This i want to display something like

mysql> select count(*) from <tblname>;
+----------+
| count(*) |
+----------+
| 5362450 |
+----------+
1 row in set (200.40 MS)

Is this possible?


Thanks,
Laalesh.

Options: ReplyQuote


Subject
Written By
Posted
Displaying the query execution time in milliseconds
December 02, 2010 12:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.