SyntaxFix
Write A Post
Hire A Developer
Questions
Im prefer this one.
INSERT INTO 'DB_NAME' (SELECT * from 'DB_NAME@DB_LINK') MINUS (SELECT * FROM 'DB_NAME');
Which means will insert whatsoever that not included on DB_NAME but included at DB_NAME@DB_LINK. Hope this help.
DB_NAME
DB_NAME@DB_LINK