2
任何人都可以將其轉換爲LINQ嗎?將SQL代碼轉換爲LINQ
select distinct t.Product_ID from Product as t
join Product_UserQuestionaire as s
on t.Product_ID = s.Product_ID where t.Product_ID not in (
select distinct t.Product_ID from Product as t
join Product_UserQuestionaire as s
on t.Product_ID = s.Product_ID
where s.SpaceID =7)
SO爲您提供幫助的人,而不是爲他們做的東西。你可以在http://msdn.microsoft.com/en-us/vcsharp/aa336761.aspx#distinct1找到一些不同查詢的好例子。自己嘗試一下,如果遇到問題,請回答正確的問題:) – mdm 2011-06-10 10:00:27
你嘗試過什麼嗎? – alex 2011-06-10 10:00:42
嘿,謝謝你的建設性批評。我試過了,我明白了。謝謝 – newbie 2011-06-10 10:13:14