SQL Select All
Through the SQL select action it is possible to query all data from a table by using the action config so that you dont need to write any SQL.
Configuration
Connection
The database connection.
Table
The target table.
Mapping
Optional a mapping to change the column name.
Columns
All columns which should be selected on the table.
Order by
The order by column.
Limit
The limit of returned rows.