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

请您先登陆,再发跟帖!