You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE MEMORY TABLE SUIT_FOLDER(ID BIGINT GENERATED BY DEFAULT AS IDENTITY(START WITH 1) NOT NULL PRIMARY KEY,VERSION BIGINT NOT NULL,SUIT_NO VARCHAR(255) NOT NULL)
ALTER TABLE SUIT_FOLDER ALTER COLUMN ID RESTART WITH 3