日期:2014-05-17 浏览次数:21036 次
from ( select bt.* from ( select distinct ht.bookrecno from holding_temp ht ) t1 left join biblios_temp bt on t1.bookrecno=bt.bookrecno ) t;