mysql_execute_query
Run SQL queries on MySQL databases, specifying an optional connection alias and a limit to control the number of rows returned.
Instructions
Execute SQL query on MySQL database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) | |
| limit | No | Maximum number of rows to return (optional, truncates results if exceeded) | |
| query | Yes | SQL query to execute |