0

What would be the lambda equivalent of the following SQL query:

  select a.name, s.color from table1 a
  left join [table2] s
  on a.id = s.id 
Erik Philips
  • 53,428
  • 11
  • 128
  • 150
user1526912
  • 15,818
  • 14
  • 57
  • 92

0 Answers0