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.
What keys do you have in each table?
所有跟帖:
•
Problem solved. Thanks a lot.
-Small_Potato-
♂
(0 bytes)
()
09/14/2007 postreply
07:36:25