solidDB Help
:
solidDB reference
:
SQL: Statements
: EXPLAIN PLAN FOR
EXPLAIN PLAN FOR
EXPLAIN
PLAN
FOR
sql‑statement
Access requirements
Database user
Usage
Use the EXPLAIN PLAN FOR statement to shows the execution plan that the SQL optimizer has selected for a given SQL statement, see
Execution plans
.
Example
EXPLAIN PLAN FOR select * from tables;
Go up to
SQL: Statements
This site works best with JavaScript enabled