在存储过程里条件 in后面怎么放变量呀

declare @aa nvarchar(100)
set @aa='dsfdsf'
select ID from table1 where id in @aa