write_query
Execute DDL/DML or other StarRocks commands that do not return a result set, with optional per-session database selection.
Instructions
Execute a DDL/DML or other StarRocks command that do not have a ResultSet. Use set_session_db to set a per-session default database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | database | |
| query | Yes | SQL to execute |