mysql > CREATE table number2( -> salary DECIMAL -> (5,2)); Query OK, 0 rows affected (0.12 sec). 此時插入數值。 mysql> INSERT INTO -> number2(salary) ...
確定! 回上一頁