Previous Topic Next topic Print topic


Int[eger]

Defines a field containing a whole number between -2,147,483,648 and 2,147,483,647. Fractional values inserted into an integer field are truncated. If the field is specified as NOT NULL WITH DEFAULT, null values will be replaced by zero.

Previous Topic Next topic Print topic