samanta

samanta

  • NA
  • 429
  • 131.8k

Contains with string parameter

Oct 25 2016 6:13 AM
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)