doc-exports/docs/dws/dev/dws_04_0650.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

5.8 KiB

ALL_SEQUENCES

ALL_SEQUENCES displays all sequences accessible to the current user.

Table 1 ALL_SEQUENCES columns

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.

  • Y indicates that it is a cycle sequence.
  • N indicates that it is not a cycle sequence.