execute_query
Run SQL queries against a Microsoft SQL Server database. Supports SELECT, INSERT, UPDATE, and DELETE operations for data management and manipulation.
Instructions
Executa uma query SQL no SQL Server e retorna os resultados. Use para SELECT, INSERT, UPDATE e DELETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A query SQL a ser executada |