What keys do you have in each table?

來源: 2007-09-14 05:14:01 [舊帖] [給我悄悄話] 本文已被閱讀:

select tblFInal.* from tblFInal, tblRaw where tblFInal.primary_key = tblRaw.primary_key (or tblRaw.secondar_key, depends on your table structure) will give you the records that already exist in table tblFInal.