Skip to content

sequences ​

Command: sequences
Category: Object Inspection
Status: Production Ready

Description ​

Get a list of all sequences

Syntax ​

bash
hana-cli sequences [schema] [sequence] [options]

Aliases ​

  • seq
  • listSeqs
  • ListSeqs
  • listseqs
  • Listseq
  • listSequences

Command Diagram ​

Parameters ​

Positional Arguments ​

ParameterTypeDescription
schemastringSchema name filter (optional positional input).
sequencestringSequence name filter (optional positional input).

Options ​

OptionAliasTypeDefaultDescription
--sequence--seqstring*Sequence name pattern to match.
--schema-sstring**CURRENT_SCHEMA**Schema name or pattern to match.
--limit-lnumber200Maximum number of rows returned.
--profile-pstring-Connection profile override.

For additional shared options from the common command builder, use hana-cli sequences --help.

Examples ​

Basic Usage ​

bash
hana-cli sequences --schema MYSCHEMA --sequence %

Execute the command

Limit Results ​

bash
hana-cli sequences --schema MYSCHEMA --limit 50

Return only the first 50 matching rows.

See Also ​