05🚩mysql常用数据类型(重要)

列类型

image

示意图

image

image

应用最多的列类型

image
image
image

数值型(整形)的基本使用

image

数组型(bit型)的基本使用 ---使用很少

image

数值型(小数)的基本使用

image

image

字符串的基本使用

image
特别注意 utf8 用三个字节存储一个字符 所以最大21844字符

image
报错

image
成功运行

原因
image
image

细节

细节1

image
utf8 乘以3 gbk乘以2

image

image

4代表的是字符和字节,字节的大小根据编码而定

细节2

image

细节3

image

细节4

image

image

日期类型的基本使用

image

案例

image

posted @ 2022-10-12 21:31  java同学!  阅读(23)  评论(0)    收藏  举报