为了账号安全,请及时绑定邮箱和手机立即绑定

求助, SQL转Linq

求助, SQL转Linq

慕盖茨4494581 2018-08-16 17:09:22
SELECTc.id,c.CustomersName as name,f.FollowUpTheWay as names,f.NextFollowDate,f.FollowDate,f.id as fidfrom dbo.Slgl_CustomerReception as c left join dbo.Slgl_FollowUpRecords as f on f.CustomersId = c.id and    f.id = (select TOP(1) id from dbo.Slgl_FollowUpRecords where CustomersId = c.id and FollowDate <= '2011-7-20' order by id DESC)where c.ProjectId = 9如何转成linq 或 linq to ef 呢?试了半天都不行
查看完整描述

2 回答

?
喵喵时光机

TA贡献1846条经验 获得超7个赞

这么复杂的sql 为什么要转呢?

查看完整回答
反对 回复 2018-08-20
  • 2 回答
  • 0 关注
  • 545 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信