select operatorId, companyName, mfrcustnum
from tbl_OPR_ClientOperators opr
inner join tbl_TER_Territories ter
on ter.territoryId = opr.territoryId
where ter.levelId = 62
and opr.crmactive = 'Y'
order by companyName
FSEId#chr(9)#Account Name#chr(9)#Rich's MFR Customer Number#chr(13)##chr(10)#
#operatorId##chr(9)##companyName##chr(9)##mfrcustnum##chr(13)##chr(10)#