【MySQL】数据类型

1 数据类型的分类 2 数值类型 2.1 tinyint类型 数值越界测试: mysql> create table tt1(num tinyint); Query OK, 0 rows affected (0.04 sec) mysql> insert into tt1 values(1); Query OK, 1 row affected (0.02 sec) mysql> insert
相关文章
相关标签/搜索