...rows where that code is equal to a string containing all required 'code' values.
so, if I want the query to by run within the sp to be:
select * from mytable where code in ('2','23','34','35','36','37','67','68','69','90','91')
as you can see, it'll be useful to pass this criteria as a...