如何在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'    //选项集字段的名称

posted on 2016-03-14 18:32  hushzhang  阅读(561)  评论(0编辑  收藏  举报

导航