摘要: SQL Server数据类型数据类型 说 明 同 义 Bit 1位,值为0或1 Int Integer 4字节,值为-2^31~2^31-1 Smallint 2字节,值为-2^15~2^15-1 Tinyint 1字节,值为0~255 Decimal (p,s) 数字数据,固定精度为P,宽度为S Numeric Money 8字节,存放货币类型,值为-2^63~2^63-1 Sma... 阅读全文
posted @ 2008-11-15 14:04 CUCmehp(likesmiles) 阅读(179) 评论(0) 推荐(0) 编辑