Re: Getting execute time

2005-12-23 Thread SGreen
[EMAIL PROTECTED] wrote on 12/20/2005 10:29:22 AM: > How do I get the time it took a sql statement to execute? You have to keep track of it client-side. I don't think the server tracks that information for you. Use whatever time-keeping function are available in your programming environment. S

Re: Getting execute time

2005-12-23 Thread Gleb Paharenko
Hello. >How do I get the time it took a sql statement to execute? mysql command line client reports the time of the query. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.net/ __ ___ ___

Getting execute time

2005-12-23 Thread Yemi Obembe
How do I get the time it took a sql statement to execute?