DECLARE @Companies_List char(25)
SET @Companies_List = ('Amazon','Google','Facebook')
select *
from companies
where name in @Companies_List
DECLARE @Companies_List char(25)
SET @CompaniesDECLARE @Companies_List char(25)
SET @Companies_List = ('Amazon','Google','Facebook')
select *
from companies
where name in @Companies_List
DECLARE @Companies_List char(25)
SET @Companies