sql_check
Audit SQL syntax through goInception by providing instance ID, database name, and full SQL, returning review results without executing the statement.
Instructions
SQL 语法审核检查(不执行),调用 goInception 返回审核结果。
Args: instance_id: 目标实例 ID db_name: 目标数据库名 full_sql: 要检查的 SQL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| full_sql | Yes | ||
| instance_id | Yes |