Docs: Updated database types supported by the Execute SQL tool (#10113)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-09-18 09:47:35 +08:00
committed by GitHub
parent 52cf186028
commit 80ede65bbe

View File

@ -9,7 +9,7 @@ A tool that execute SQL queries on a specified relational database.
---
The **Execute SQL** tool enables you to connect to a relational database and run SQL queries, whether entered directly or generated by the systems Text2SQL capability via an **Agent** component. It currently supports three popular databases: MySQL, PostgreSQL, and MariaDB.
The **Execute SQL** tool enables you to connect to a relational database and run SQL queries, whether entered directly or generated by the systems Text2SQL capability via an **Agent** component.
## Prerequisites
@ -18,6 +18,7 @@ The **Execute SQL** tool enables you to connect to a relational database and run
- MySQL
- PostgreSQL
- MariaDB
- Microsoft SQL Server
## Examples
@ -29,7 +30,7 @@ You can pair an **Agent** component with the **Execute SQL** tool, with the **Ag
### SQL statement
This text input field allows you to write static SQL queries, such as `SELECT * FROM Table1`, and dynamic SQL queries using variables.
This text input field allows you to write static SQL queries, such as `SELECT * FROM my_table`, and dynamic SQL queries using variables.
:::tip NOTE
Click **(x)** or type `/` to insert variables.
@ -44,6 +45,7 @@ The supported database type. Currently the following database types are availabl
- MySQL
- PostreSQL
- MariaDB
- Microsoft SQL Server (Myssql)
### Database