ij Commands and Errors Reference
Page 13 of 39

Elapsedtime

Syntax

ELAPSEDTIME { ON | OFF }

Description

When elapsedtime is turned on, ij displays the total time elapsed during statement execution. The default value is OFF.

Example

ij> elapsedtime on;
ij> VALUES current_date;
SQLCol1
----------
1998-07-15
ELAPSED TIME = 2134 milliseconds
ij>