http://msdn.microsoft.com/en-us/library/ms187745.aspx
Exact-number data types that use integer data.
Data type | Range | Storage |
---|---|---|
bigint | -2^63 (-9,223,372,036,854,775,808) to 2^63-1 (9,223,372,036,854,775,807) | 8 Bytes |
int | -2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647) | 4 Bytes |
smallint | -2^15 (-32,768) to 2^15-1 (32,767) | 2 Bytes |
tinyint | 0 to 255 | 1 Byte |
아니 왜 tinyint 는 unsigned 인가효
그럴그면 그냥 byte 이런식으로 이름을 붙이던가
int는 왜 unsigned 없나효
제발좀 만들어 달라 그러고 싶다.
서버에서 DWORD 를 BIGINT 로 CAST 해야하는 슬픔을 넌 아느냐..
WORD를 INT로 CAST 해야하는 슬픔을 아느냐..
역으로 BIGINT, INT를 BINARY로 CAST할때의 그 짜릿한 느낌..-_- 쳇이지..