9
Answers

Linq Help

David Smith

David Smith

12y
3.9k
1
How to write this sql query in Linq below


SELECT tableExample.FilledByID, tableExample.ServiceType
FROM tableExample
GROUP BY tableExample.FilledByID, tableExample.ServiceType
HAVING (((tableExample.ServiceType)<>"ST-Service"));

Answers (9)