I have a DB2 table with one of the fields defined as BIGINT. I need a Teradata equivalent of this table. What is the equivalent of the
BIGINT data type?
DECIMAL(18,0) is almost the range of a bigint, in fact it's stored as a 8 byte integer similar to a bigint.