showTableColumn()
Show a hidden table column.
Syntax
showTableColumn(
tableName STRING,
columnName STRING )
- tableName is the name of the table.
- columnName is the name column.
Usage
You can use it to show a hidden table column to test this action in a scenario. For example:
CALL ggc.showTableColumn("items", "description")