但是在實際使用中會出現一些意外的情況。 create table t(a int unsigned,b int unsigned); insert into t select 1,2; select a-b from t; -- ...
確定! 回上一頁