In the following table definition, column Total is a BIGINT data type:
CREATE TABLE RelevantNumbers (Id CHAR(9) ,LastSummary INTEGER ,Total BIGINT);
In the following table definition, column Total is a BIGINT data type:
CREATE TABLE RelevantNumbers (Id CHAR(9) ,LastSummary INTEGER ,Total BIGINT);