Execute Query
Run SQL queries and display the results
Overview
➡️ Run multiple SQL queries and display the results.
Arguments
Mandatory inputs
sqlQueries— SQL queriesSQL queries (e.g., CREATE TABLE mytable AS SELECT * FROM othertable; SELECT * FROM mytable;)
Type:
String
Optional inputs
outputFormat— Output formatChoose the output format for the result.
Type:
StringDefault:
HTMLAllowed values:
HTML,JSON
Output
result— Result output stringThe output of the SQL query execution, formatted according to the selected output format.
Type:
String