execute_query
Execute SQL queries on PostgreSQL to retrieve results or show number of affected rows.
Instructions
Executes a SQL query in PostgreSQL and returns rows or affected row count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query to execute |