I would like to combine three Oracle 8i tables into one. However, when combined there are duplicate key rows. How can I delete them or create the combined table without allowing the dupes? Thanks.
All 3 tables have same columns.
SQL> desc acma1
Name Null? Type
-------------------- ------------------
k$$oid NOT NULL VARCHAR2(20)
seq$$ NOT NULL NUMBER(11)
value VARCHAR2(20)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.