execute_sql
Run SQL queries directly on the OceanBase server to retrieve or manage data efficiently using the specified SQL command.
Instructions
Execute an SQL on the OceanBase server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |
Input Schema (JSON Schema)
{
"properties": {
"sql": {
"title": "Sql",
"type": "string"
}
},
"required": [
"sql"
],
"title": "execute_sqlArguments",
"type": "object"
}