Archives of the TeradataForum
Message Posted: Tue, 05 Aug 2008 @ 13:35:36 GMT
Subj: | | Re: Info required for compatible data types |
|
From: | | Dempsey, Mike |
INT16 is SMALLINT.
There are no direct equivalents for unsigned integers.
If your data fits into a signed integer of the same type you would use SMALLINT and INTEGER but if the data might exceed the signed integer
capacity you would need to use the next larger size integer.
UINT16 --> SMALLINT or INTEGER
UINT32 --> INTEGER or BIGINT
Mike Dempsey
Teradata Client Tools
|