mysql 常见的数据类型

mysql常见的数据类型有以下几种:

整形int
浮点数 float decimal()
字符串 char(定长) varchar(不定长)
文本类型   text
日期date(只能表示年月日)、time(只能表示时分秒)、datetime(年月日时分秒 )now()
binary 二进制
位 bit

......


猜你喜欢

转载自blog.csdn.net/qwerLoL123456/article/details/80778190