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
{{ message }}
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
CREATE MEMORY TABLE NAME(ID BIGINT GENERATED BY DEFAULT AS IDENTITY(START WITH 1) NOT NULL PRIMARY KEY,DESCRIPTION VARCHAR(255),GENDER INTEGER NOT NULL,NAME VARCHAR(255) NOT NULL,VERSION INTEGER,VOTE INTEGER,CONSTRAINT SYS_CT_50 UNIQUE(NAME))