Display an error if a field has a larger decimal place value than the whole number part.CREATE TABLE test ( something decimal(2,3) NOT NULL) MySQL said: ...
確定! 回上一頁