List sequences in a schema
hana_list_sequencesList database sequences with start, min, max, increment, cycle, and cache settings. Filter by schema or prefix to inspect sequence metadata.
Instructions
List sequences from SYS.SEQUENCES, showing start, min, max, increment, cycle, and cache settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| prefix | No | Filter sequence names by prefix | |
| schema_name | No | Schema name (defaults to HANA_SCHEMA) |