数据库名称:SQL server 2008
内容/问题描述:
因为不太好描述,我将table简化,请直接点连结看图。
我有两张table如http://tinyurl.com/pconsga
其中ABC栏都是string,A and B and C是key值,D E栏用来判断number2的属性。
我拿table2 right join table 2 on 1.A=2.A and 1.B=2.B and 1.C=2.C
结果因为key值重复,会显示为table3,但我想要呈现为table4的样子。
http://tinyurl.com/k4lssjz
请问这种资料结构该怎么join或是怎么group?
感谢!