What keys do you have in each table?

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.

所有跟帖: 

Problem solved. Thanks a lot. -Small_Potato- 給 Small_Potato 發送悄悄話 (0 bytes) () 09/14/2007 postreply 07:36:25

請您先登陸,再發跟帖!