declare @QueryStr varchar(6000)
select @QueryStr='select * from cinema where name in(''东方新世纪影城'') and film in(''孔雀'',''天下无贼'',''一个陌生女人的来信'',''超人总动员'') and playdate<=''2005-2-25'' and enddate>=''2005-2-25'' order by playdate'