MySQL常用数据类型
Posted 道高一尺
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL常用数据类型相关的知识,希望对你有一定的参考价值。
整数:
tinyint
smallint
int
bigint
浮点数:
float(p, s) 4字节
double(p, s)8字节
定点数:
deciml(p, s) p代表小数点, s代表位数
日期时间
date
time
datetime
文本
char 确定长度
varchar 不确定长度
text 大文本,无限长,不能以text作为查询条件
二进制
bit
以上是关于MySQL常用数据类型的主要内容,如果未能解决你的问题,请参考以下文章