db_query
Execute a read-only SQL query against a stand's PostgreSQL database by providing the stand name and schema-qualified query.
Instructions
Execute a read-only SQL query against a stand's PostgreSQL database. Use schema-qualified table names (e.g. "SELECT * FROM orders.users").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL query. Use schema-prefixed table names (e.g. "SELECT * FROM schema.table"). | |
| stand | Yes | Target stand (e.g. staging) |