Explain Query
ob_explainAnalyze SQL query execution plans using EXPLAIN on read-only statements to optimize performance without altering data.
Instructions
Run EXPLAIN for a strictly read-only SQL statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| maxRows | No | ||
| profile | No |