# 建立具有DECIMAL欄位的表驗證decimal預設是decimal(10,0) mysql> create table decimal_tb (col1 decimal,col2 decimal(5,2)); Query OK, 0 rows ...
確定! 回上一頁