You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/use-platform-supported-content/external-database-connector/execute-an-sql-statement-on-an-external-database.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The Database Connector can be used for the following SQL statements:
29
29
Automatic mapping is currently not possible.
30
30
{{% /alert %}}
31
31
32
-
This document will focus on executing an SQL on relational external databases.
32
+
This document will focus on executing an SQL statement on relational external databases.
33
33
34
34
This how-to teaches you how to do the following:
35
35
@@ -60,7 +60,7 @@ To use an **Execute statement** action in a microflow, follow these steps:
60
60
61
61
2. Drag the **Execute statement** action into your microflow:
* Provide all the valid arguments to the statement action
@@ -69,7 +69,7 @@ To use an **Execute statement** action in a microflow, follow these steps:
69
69
* Specify the **Output Variable name**
70
70
* In the example below, the variable is **amountOfUpdatedRows**, which is the output of the SQL statement; this is also the output of the SQL statement provided for the **Sql** argument within the connector
0 commit comments