For such cases, we use the DECIMAL data type. mysql> CREATE TABLE Numbers (Id TINYINT, Floats FLOAT, Decimals DECIMAL(3, 2));. We create a table ...
確定! 回上一頁