Timing command |
|
Syntax:
set timing {on|off};
Description:
Switches statement timing on or off. After the execution of a statement it will display the execution time in a
dialog box.
Examples:
set timing on;
select * from emp;
set timing off;
See also: