📅  最后修改于: 2022-03-11 15:04:17.489000             🧑  作者: Mango
select * from dbo.books where isbn IN (select isbn from dbo.lending where (act between @fdate and @tdate) and (stat ='close'))