【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
相關文章
相關標籤/搜索