Locale

From Chorke Wiki
Revision as of 17:39, 11 September 2019 by Shahed (talk | contribs) (→‎Translate)
Jump to navigation Jump to search

Translate

CREATE TABLE T01001 (
    code                    NUMBER(10) NOT NULL,
iso_alpha2_region_code                 DATE NOT NULL,
    entered                 DATE NOT NULL,
    enterer                 NUMBER(10) NOT NULL,
    amended                 DATE,
    amender                 NUMBER(10)
);