Table Visualization Data
Display first rows of a query result.
Overview
➡️ Display the content of a SQL query result. You can provide either a table name or a complete SELECT SQL query. Using “linesNumber” parameter, you can choose the number of lines to display 🚨 Be careful, this treatment can be very long if the query returns many rows.
Arguments
Mandatory inputs
tableName— Table nameTable name or SQL SELECT query (e.g., mytable or SELECT * FROM mytable)
Type:
String
Optional inputs
linesNumber— Number of rowsNumber of rows you want to display. This parameter is ignored if your SQL query already contains a LIMIT clause.
Type:
IntegerDefault:
10
Output
result— Result output stringThis type of result does not allow the blocks to be linked together.
Type:
String