Executes a scalar SQL query which returns one row and one column. This operation takes the SQL query as input, processes the statement in the database using JDBC, and returns the value as an output.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
User |
| No | The username that will be used to connect with. This input takes precedence over the environment instance Target scoped |
Password |
| No | The password for |
SQL Query |
| Yes | The query to execute. |
Show DBMS Output |
| No | Print DBMS Output in the log. Only supported for Oracle Database. |
Outputs
Output Name | Requir | |
---|---|---|
Output Name | Required | Description |
---|---|---|
| The returned value from the query. |
...
This operation will select all available endpoints associated to the environment/instanceTarget.
Endpoint Execution
This operation will randomly execute on one of the endpoint identified during selection.
...