April 2008
Intermediate to advanced
566 pages
21h 55m
English
INT, INTEGER
INT[(width)] [UNSIGNED] [ZEROFILL]This is probably the most common numeric data column type
used. The signed range can be from –2,147,483,648 to 2,147,483,647;
unsigned can be from 0 to 4,294,967,295. The default if no width is
given is 11. INTEGER is a synonym for this data
type.
Read now
Unlock full access