quarta-feira, 2 de abril de 2008

Parameter with Like

Select address from client where name like = '%@initial%'

Select address from client where name like = '%'+@initial+'%'

Nenhum comentário: