I've got two big tables (tabla A and table B). I want to synchronize table B with table A (adding missing records). When I however use NOT EXIST or use the LEFT OUTER JOIN method for this, it gives a timeout. Any other solutions to perform this trick out there?
问问题
759 次