October 10th, 2008

BIGINT Data

Posted by admin in F. Data Types

BIGINT is a data type that can contain a whole number from a small number up to a very, very large integer.

 

Example: COL1 BIGINT

COL1 can have any integer value.

 

Notice that the keyword, BIGINT, is a complete definition of the data type and has no value defined in parentheses.
See Sample Data Type Values.

For most DBMS systems, BIGINT is a 64-bit value in the quintillions (vastly large).

Comments are closed.

Sorry, the comment form is closed at this time.