1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0650.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
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>
2023-01-19 13:37:49 +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.