mysql > create table t1(c1 float(10,2), c3 decimal(10,2)); ... mysql> insert into t1 values(1234567.23, 1234567.23);.
確定! 回上一頁