showTableColumn()

Show a hidden table column.

Syntax

showTableColumn(
   tableName  STRING,
   columnName    STRING )
  1. tableName is the name of the table.
  2. 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")