query
Execute SELECT queries on MySQL databases to retrieve data using SQL statements with optional parameter binding.
Instructions
Execute a SELECT query
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL SELECT query string to execute. | |
| params | No | An optional array of parameters (as strings) to bind to the SQL query placeholders (e.g., ?). |