execute
Run SQL DDL/DML statements for a user without returning results, enabling schema or data changes per user.
Instructions
Execute SQL statement (DDL/DML) for a specific user without returning results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | User identifier (optional if DUCKPOND_DEFAULT_USER is set) | |
| sql | Yes | SQL statement to execute (DDL/DML) |