Skip to content

tableGroups ​

Command: tableGroups
Category: System Tools
Status: Production Ready

Description ​

Manage table groups (list, create, drop, and membership actions).

Syntax ​

bash
hana-cli tableGroups [action] [groupName] [options]

Command Diagram ​

Aliases ​

  • tg
  • tablegroup
  • groups
  • groups-tables

Parameters ​

Positional Arguments ​

ParameterTypeDescription
actionstringAction to perform (optional)
groupNamestringTable group name (optional)

Options ​

OptionAliasTypeDefaultDescription
--action-astringlistAction selector
--groupName-g, --groupstring-Table group name
--schema-sstring**CURRENT_SCHEMA**Schema name
--table-tstring-Table name
--type-string-Table group type
--subtype-string-Table group subtype
--matchSchema-string-Match schema pattern
--matchTable-string-Match table pattern
--limit-lnumber200Maximum rows returned
--profile-pstring-Connection profile

For a complete list of parameters and options, use:

bash
hana-cli tableGroups --help

Examples ​

Basic Usage ​

bash
hana-cli tableGroups --action list --schema MYSCHEMA

List table groups in the selected schema.

See the Commands Reference for other commands in this category.

See Also ​