P
Paul
Hi
How can i do this:
SELECT Name, COUNT(*) AS Num
FROM Table1
GROUP BY Name
HAVING COUNT(*)>1
What would be the equivalent:
var lst=from cust in datacontext.customer ....
Any idea?
Thanks
How can i do this:
SELECT Name, COUNT(*) AS Num
FROM Table1
GROUP BY Name
HAVING COUNT(*)>1
What would be the equivalent:
var lst=from cust in datacontext.customer ....
Any idea?
Thanks