select * from 表2 where 编号 in (select 编号 from 表1 where 日期='xxxx-xx-xx')
SELECT a.编号,b.字段一 ... FROM A a WHERE 日期='2010-07-01'LEFT JION B b ON a.编号=b.编号