query
Execute SELECT statements to retrieve data from MySQL databases, providing read-only access without modifying records.
Instructions
Execute a SELECT query (readonly operations only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL SELECT query to execute | |
| server | No | Server name (optional, defaults to 'default') |