SET TIMING
Syntax
SET TIMING ON|OFF;
Description
Switches display of the time needed for execution of a SQL statement on or off.
Examples
SQL_EXA> set timing on;
SQL_EXA> create table tx(a DECIMAL);
Results
Timing element: 1 |
Elapsed: 00:00:00.313 |