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

tableNameTable name

Table name or SQL SELECT query (e.g., mytable or SELECT * FROM mytable)

Type: String

Optional inputs

linesNumberNumber of rows

Number of rows you want to display. This parameter is ignored if your SQL query already contains a LIMIT clause.

Type: Integer

Default: 10

Output

resultResult output string

This type of result does not allow the blocks to be linked together.

Type: String