Run Database Actions allow you to perform SQL statements against remote databases.
SELECT
, WHERE
, and LIMIT
clauses to reduce the result size.
Parameter | Description |
---|---|
SQL Query | SQL statement to execute. |
Output format | Representation of the output result. |
Parameter | Description |
---|---|
SQL Query | SQL statement(s) to execute. |
Output format | Representation of the output result. When executing multiple statements, only the first statement’s results will be displayed. |
Parameter | Description |
---|---|
Query | SQL or PL/SQL statement(s) to execute. For SQL queries, use standard SQL syntax without a semicolon at the end. For PL/SQL blocks, include semicolons within the block and end with a semicolon, for example - <br/>begin DBMS_LOCK.sleep(7); end;<br/> |
Output Format | Representation of the output result. Only the first statement’s results will be displayed. |