我想检索客户名称列表以及使用自定义属性注册的已分配客户经理和区域列表。
使用以下查询,我得到每个客户多行:
select accountclassifications_account_name
, property_code_attr
, property_description
from exactonlinexml..accountclassifications
where property_code_attr in ( 'BO', 'REGION' )
但我想在客户经理和地区都有一个字段。这个怎么做?