I want to know the maximum value that can be set when creating a sequence. Is there a limit to how high the number can go in a sequence?
7 answers
Marco
Tue Nov 26 2024
MAXVALUE must meet certain criteria to be valid.
Davide
Tue Nov 26 2024
It must be equal to or greater than START WITH.
EnchantedSeeker
Mon Nov 25 2024
For a descending sequence, the default is -1.
KimchiQueenCharmingKissWarmth
Mon Nov 25 2024
Additionally, MAXVALUE must exceed MINVALUE.
Sara
Mon Nov 25 2024
When no specific MAXVALUE is provided,