51Testing软件测试论坛

标题: 以下SQL在linq to entity中应该怎么写? [打印本页]

作者: 测试积点老人    时间: 2020-1-17 10:34
标题: 以下SQL在linq to entity中应该怎么写?
以下SQL在linq to entity中应该怎么写?
  1. SELECT ',' + car.MainRouteName
  2. FROM [dbo].[Car] car
  3. WHERE car.Id = list.ListCarId and list.ListProductId =list.ListProductId AND list.ListStatus = 200 AND car.MainStatus = 200
  4. FOR XML PATH('')
复制代码




作者: 海海豚    时间: 2020-1-19 09:59
把数据查出来,用程序拼接数据就行了,合并在数据库里执行了
作者: qqq911    时间: 2020-1-19 11:04
差不多的
作者: bellas    时间: 2020-1-19 11:42
顶楼上得




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2