select * from t1 where [date] = (select max([date]) from t2)
select top 1 * from t1 order by data desc option(fast 1)