Database Table
Name of a SQL database table
Evaluation
The widget evaluates to a string. If variable interpolation is enabled, any interpolation items are evaluated and replaced in the result.
Popup Selection
Use the database button request a list of available tables from the database and pick one of them. The database button is only available inside steps that have bot a database connection and a database schema setting. When requesting available tables, the current schema setting of the step is taken into account and only tables from the selected schema are listed.
Auto-complete
Use CTRL + space
to trigger the auto-complete menu. It shows a filterable list of variables you can reference. Upon selecting, it inserts the selected reference using interpolation syntax.
Variable interpolation
The widget supports variable interpolation syntax. Substrings of the form ${exp}
are replaced with the result of evaluating exp
as a tweakflow expression and casting it to string.
You can switch variable interpolation on or off in the context menu.