首页 新闻 会员 周边
3
回答数

待解决问题 50 .net 4.0 linq左连接问题(急)

select * from table1 left outer join ( select field,Sum(JE) As JE from table2 Group By field ) as ta