mysql_query
Execute a read-only SQL query to retrieve data from a MySQL database. Use when fetching data without modifications.
Instructions
Execute a read-only SQL query (e.g., SELECT). Use this for data retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query to execute. |