MySQL 数据类型

36 阅读1分钟

MySQL 中数据类型常用的就三大类:

  • 数字类型/numeric types
  • 日期和时间/date and time types
  • 字符类型/string (character and byte) types

另外还包含两个没那么常用的大类:

  • 特殊类型/spatial types
  • JSON