摘要: 数据类型 (1)整数类型 分为: tinyint(1字节), smallint(2字节), mediumint(3字节),int(4字节), bigint(8字节) (2)小数类型 可以分为: 单精度浮点型: float,非精确数,通常不设定长度 双精度浮点:double,非精确数,通常不设定长度 阅读全文
posted @ 2018-08-20 16:45 收起你的小情绪 阅读(140) 评论(0) 推荐(0)