MSSQL 2008 联合查询多次调用 50
A表item_clsitem_name010101商品1B表cls_nocls_name01大类0101中类010101小类需要查询结果为item_nameitem_cl...
A表
item_cls item_name
010101 商品1
B表
cls_no cls_name
01 大类
0101 中类
010101 小类
需要查询结果为
item_name item_cls item_clsname1 item_name2 item_clsname3
商品1 010101 大类 中类 小类
最好能提供完整语句 展开
item_cls item_name
010101 商品1
B表
cls_no cls_name
01 大类
0101 中类
010101 小类
需要查询结果为
item_name item_cls item_clsname1 item_name2 item_clsname3
商品1 010101 大类 中类 小类
最好能提供完整语句 展开
1个回答
展开全部
select item_name,item_cls from A表 union all select( case cls_no when '01' then cls_name end as item_clsname1 from B表),select( case cls_no when '01' then cls_name end as item_clsname2 from B表),select( case cls_no when '01' then cls_name end as item_clsname3 from B表)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询