openGauss SQL Syntax - Sequence
define sequence
⚫ The sequence can generate a set of equally spaced values, which can be incremented automatically, mainly used for the primary key of the table. The SQL statements involved are shown in the table below.
Create a sequence
⚫ Function...
leo001.hashnode.dev3 min read