data type ของ title_name กำหนดเป็นอะไรค่ะ ถ้าเป็น text มันจะ distinct ไม่ได้
ลองประมาณนี้ดูค่ะ
Code
select distinct(b.stype_name),b.stype_id as stype_name
from dbo.TBL_related_comp_standard a
inner join dbo.tbl_standard_reqtype b On a.stype_id=b.stype_id
inner join dbo.company_sub c on a.business_id = c.business_id
and a.com_id=c.com_id
and a.company_id=c.company_id
and a.comsub_id=c.comsub_id