如何在SQL语句中查询“选项集”类型 字段的“标签”和“值”
摘要:
select attributevalue,value from stringmap s inner join entityview e on e.name='new_channel_saleto' //实体的名称 and e.objecttypecode=s.ObjectTypeCode and 阅读全文
posted @ 2016-03-14 18:32 hushzhang 阅读(561) 评论(0) 推荐(0) 编辑