Diagnosing the WHERE clause
The arguments are defined as follows:
arg1 | The first argument (arg1) is required and specifies the level of tracing requested. You can specify one of the following values for arg1:
| ||||||||||
arg2 and arg3 | The second and third arguments (arg2 and arg3), specify the range of rows subject to tracing. These arguments must be numeric values separated by a colon (:). arg2 is the starting row number and arg3 the ending row number. If neither value is specified, all rows are traced. If only arg2 is specified, then the default for arg3 is 2**31-1. |