FAQ Oracle mengatakan:
Anda harus membuat ulang tabel Anda.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;
FAQ Oracle mengatakan:
Anda harus membuat ulang tabel Anda.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;