declare @t varchar(10)
set @t='nk'
select * from k1 where name like @t+'%'