Data types in MsSQL Server ; smallint, 2, Integer from -2^15 (-32 768) to 2^15-1 (32 767) ; tinyint, 1, Integer from 0 to 255 ; bit, 1 bit, Integer 0 or 1.
確定! 回上一頁