mysql 列類型選擇

原則: 能小不要大 能定不要變 能數值,不要字符串。 1、在精度要求高的應用中,建議使用定點數來存儲數值,以保證結果的準確性。 create table t2(price float(9,2),dprice decimal(9,2)); insert into t2 values(1234567.55,1234567.55);       2、錄入手機號帶來的問題, 使用char(11)會佔用較多
相關文章
相關標籤/搜索