Re: Query Execution Time "alone"

From: raja <dextersunil_at_gmail.com>
Date: Tue, 15 Mar 2011 08:49:44 -0700 (PDT)
Message-ID: <fe0d7b68-e577-421b-a545-fa86700135ad_at_34g2000pru.googlegroups.com>



thanks for the response. but i am having more than 5 queries like :

set timing on

select * from table1 where a=20;
select * from table2 where b=20 and a not in ('A');
select * from table3;
select * from table4;
select * from table5;

i dont want the output of these queries but only the elapsed time. Received on Tue Mar 15 2011 - 10:49:44 CDT

Original text of this message