7
Answers

Contains with string parameter

Photo of samanta

samanta

8y
780
1
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)