Table of Contents

11.1. Data Type Overview 数据类型概述
11.1.1. Numeric Type Overview 数值类型概述
11.1.2. Date and Time Type Overview 日期和时间类型概述
11.1.3. String Type Overview 字符串类型概述
11.2. Numeric Types 数值类型
11.2.1. Integer Types (Exact Value) 整数类型(精确值)INTEGERINTSMALLINTTINYINTMEDIUMINTBIGINT
11.2.2. Fixed-Point Types (Exact Value) 定点类型(精确值)DECIMALNUMERIC
11.2.3. Floating-Point Types (Approximate Value)浮点类型(近似值) - FLOATDOUBLE
11.2.4. Bit-Value Type - BIT 位值类型 BIT
11.2.5. Numeric Type Attributes数值类型属性
11.2.6. Out-of-Range and Overflow Handling超出范围和溢出处理
11.3. Date and Time Types 日期和时间类型
11.3.1. The DATEDATETIME, and TIMESTAMP Types
11.3.2. The TIME Type
11.3.3. The YEAR Type
11.3.4. YEAR(2) 限制和迁移到 YEAR(4)
11.3.5. 自动初始化和更新 TIMESTAMP
11.3.6. Fractional Seconds in Time Values 时间值中秒的小数部分
11.3.7. Conversion Between Date and Time Types日期和时间类型之间的转换
11.3.8. Two-Digit Years in Dates 日期中的两位数年
11.4. String Types 字符串类型
11.4.1. The CHAR and VARCHAR Types
11.4.2. The BINARY and VARBINARY Types
11.4.3. The BLOB and TEXT Types
11.4.4. The ENUM Type
11.4.5. The SET Type
11.5. Data Type Default Values 数据类型默认值
11.6. Data Type Storage Requirements 数据类型存储需求
11.7. Choosing the Right Type for a Column 选择正确的列类型
11.8. Using Data Types from Other Database Engines 使用来自其他数据库引擎的列类型
mysql 数据类型
标签: