forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.8 KiB
5.8 KiB
ALL_SEQUENCES
ALL_SEQUENCES displays all sequences accessible to the current user.
Name |
Type |
Description |
---|---|---|
sequence_owner |
name |
Owner of the sequence |
sequence_name |
name |
Name of the sequence |
min_value |
bigint |
Minimum value of the sequence |
max_value |
bigint |
Maximum value of the sequence |
increment_by |
bigint |
Value by which the sequence is incremented |
cycle_flag |
character(1) |
Whether the sequence is a cycle sequence. The value can be Y or N.
|
Parent topic: System Views