如何在SQL语句中查询“选项集”类型 字段的“标签”和“值”

select attributevalue,value from stringmap s


inner join entityview e


on e.name='new_channel_saleto'               //实体的名称


and e.objecttypecode=s.ObjectTypeCode


and s.AttributeName='new_saleto_type'    //选项集字段的名称