diff --git a/docs/guides/agent/agent_component_reference/execute_sql.md b/docs/guides/agent/agent_component_reference/execute_sql.md index 82233706a..f74bc32ad 100644 --- a/docs/guides/agent/agent_component_reference/execute_sql.md +++ b/docs/guides/agent/agent_component_reference/execute_sql.md @@ -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 system’s 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 system’s 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