get-execution-plan
get-execution-planRetrieve the execution plan for a SQL query to understand database execution strategy. Input the SQL statement and optional parameters to see how Firebird will process your query.
Instructions
Gets the execution plan for a SQL query to understand how the database will execute it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze | |
| params | No | Parameters for parameterized queries |