select fullname as 'NAME'
from dbo.person where 
personID=274
UNION
select fullname as 'NAME'
from dbo.person where 
personID=276