former_member668782
Explorer
Member since ‎02-17-2020

User Statistics

  • 8 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

I want to create a sql for a sequence that will dynamically set the starting value. The following sql runs into an error. CREATE SEQUENCE id_seq START WITH (SELECT MAX(identificationnumber)+1 FROM newsletter_status); Could not execute 'CREATE ...
sql used in the creation: CREATE TABLE autoincremet_test( identificationnumber BIGINT NOT NULL PRIMARY KEY, desc varchar(10) ); I want identificationnumber to be autoincremented, so it is equivalent ot this DML: CREATE TABLE autoincre...
Kudos from
Kudos given to