declare @tt table(aa int,bb int)
insert into @tt(aa,bb)select * from kk
想给表@tt加上索引如何做呢?