Execute Query

Run SQL queries and display the results

Overview

➡️ Run multiple SQL queries and display the results.

Arguments

Mandatory inputs

sqlQueriesSQL queries

SQL queries (e.g., CREATE TABLE mytable AS SELECT * FROM othertable; SELECT * FROM mytable;)

Type: String

Optional inputs

outputFormatOutput format

Choose the output format for the result.

Type: String

Default: HTML

Allowed values: HTML, JSON

Output

resultResult output string

The output of the SQL query execution, formatted according to the selected output format.

Type: String