Explain Query
ob_explainRetrieve the execution plan for a read-only SQL statement using EXPLAIN, enabling query performance analysis without data modification.
Instructions
Run EXPLAIN for a strictly read-only SQL statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| maxRows | No | ||
| profile | No |