当前位置:网站首页>mysql的列的数据类型详解
mysql的列的数据类型详解
2022-07-06 09:32:00 【萌新菜狗】
列的数据类型详解
数值型
- tinyint 十分小的数据 1个字节
- smallint 较小的数据 2个字节
- mediumint 中等大小的数据 3个字节
- int 标准的整数 4个字节
- bigint 较大的数据 8个字节
- float 浮点数 4个字节
- double 浮点数 8个字节(有精度问题)
- decimal 字符串形式的浮点数 金融计算的时候,一般是使用decimal
字符串
- char 字符串固定大小的 0-255
- varchar 可变字符串 0-65535 常用的变量 string
- tinytext 微型文本 2^8-1
- text 文本串 2^16-1 保存大文本
时间日期
- data YYYY-MM-DD 日期格式
- time HH:mm:ss 时间格式
- datatime:YYYY-MM-DD HH:mm:ss 最常用的时间格式
- timestamp 时间戳 1970.1.1 到现在的毫秒数 也较为常用
- year 年份表示
null
- 没有值,未知
- –注意,不要使用null进行运算,结果为null
边栏推荐
- @RestController、@Controller
- Activiti目录(四)查询代办/已办、审核
- Use of mongodb in node
- yum install xxx报错
- J'ai traversé le chemin le plus fou, le circuit cérébral d'un programmeur de saut d'octets
- vscode
- Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
- 唯有学C不负众望 TOP2 p1变量
- 原型链继承
- DOS function call
猜你喜欢
1. JVM入门介绍
Activiti目录(五)驳回、重新发起、取消流程
MySQL date function
Some instructions on whether to call destructor when QT window closes and application stops
汇编语言寻址方式
[graduation project] QT from introduction to practice: realize imitation of QQ communication, which is also the last blog post in school.
一个数10年工作经验的微服务架构老师的简历
Log4j2 major vulnerabilities and Solutions
搭建flutter环境入坑集合
Install docker under windows10 (through Oracle VM VirtualBox)
随机推荐
Idea resolving jar package conflicts
字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
8086 CPU internal structure
ByteDance open source Gan model compression framework, saving up to 97.8% of computing power - iccv 2021
汇编语言寻址方式
Only learning C can live up to expectations Top1 environment configuration
Only learning C can live up to expectations top3 demo exercise
字节跳动技术面试官现身说法:我最想pick什么样的候选人
Activiti目录(五)驳回、重新发起、取消流程
Shell_ 01_ data processing
MySQL optimization notes
Eureka high availability
Interview collection library
吴军三部曲见识(五) 拒绝伪工作者
yum install xxx报错
8086 memory
字节跳动海外技术团队再夺冠:高清视频编码已获17项第一
The "advertising maniacs" in this group of programmers turned Tiktok advertisements into ar games
Fdog series (VI): use QT to communicate between the client and the client through the server (less information, recommended Collection)
原型链继承