a、使用精度(precision)保證資料的完整性[email protected]> create table t(num number(5));[email protected]> insert into t select 12345 from dual;[ ...
確定! 回上一頁