7
Reply

Contains with string parameter

samanta

samanta

Oct 25 2016 6:13 AM
331
Hi All,
 
 It is possible to pass string as contains parameter.
 
Here i want to pass  @SKILL_SET value for contains.
 
DECLARE @SKILL_SET varchar(500)='asp,c#,net'.
 
 
CONTAINS(@SKILL_SET,@TEMP_SKILLS) 

Answers (7)