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 ​
seqlistSeqsListSeqslistseqsListseqlistSequences
Command Diagram ​
Parameters ​
Positional Arguments ​
| Parameter | Type | Description |
|---|---|---|
schema | string | Schema name filter (optional positional input). |
sequence | string | Sequence name filter (optional positional input). |
Options ​
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
--sequence | --seq | string | * | Sequence name pattern to match. |
--schema | -s | string | **CURRENT_SCHEMA** | Schema name or pattern to match. |
--limit | -l | number | 200 | Maximum number of rows returned. |
--profile | -p | string | - | 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 50Return only the first 50 matching rows.