Hiker
latest
  • Preface
  • Algorithm and Data Strucutre
  • Python
  • Go
  • MySQL
    • Everything about MySQL
    • 主键 超键 候选键 外键
    • 数据库事务四个特性与含义
    • 数据库设计-规范化与范式
    • 存储引擎
    • 索引
    • SQL
    • LeetCode sql problems
    • TODO: Optimization
    • Data Types
      • Common Problems
      • Numeric Types
      • Date and Time Types
      • String Types
      • Spatial Data Types
      • The JSON Data Type
      • References
    • Sharding
  • Redis
  • Operating Systems
  • Network
  • System Design
  • Project
  • Misc
  • Nginx
Hiker
  • Docs »
  • MySQL »
  • Data Types
  • Edit on GitLab

Data Types¶

Contents

  • Data Types
    • Common Problems
    • Numeric Types
    • Date and Time Types
    • String Types
    • Spatial Data Types
    • The JSON Data Type
    • References

Common Problems¶

  1. VARCHAR v.s. CHAR
    • The CHAR and VARCHAR Types
    • What is the difference between VARCHAR and CHAR

Numeric Types¶

Date and Time Types¶

String Types¶

Spatial Data Types¶

The JSON Data Type¶

References¶

  • MySQL Data Types
Next Previous

© Copyright 2019, luzzyzhang Revision d661afde.

Built with Sphinx using a theme provided by Read the Docs.