Write Query
write_queryRun DDL/DML and other StarRocks commands without result sets, such as creating tables or modifying data. Specify a database or use set_session_db to set a session default before executing SQL.
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 |