I would add a new column to the table: ALTER TABLE atable ADD is_new boolean DEFAULT FALSE NOT NULL; ALTER TABLE atable ALTER is_new SET ...
確定! 回上一頁