请为mysql查询形成一个LINQ查询
select a.name ,a.amount
from acount as a
where a.acountid NOT IN (select c.id from saving as c where c.userid="x")
and a.userid="x";
X=1;
请帮帮我谢谢
请为mysql查询形成一个LINQ查询
select a.name ,a.amount
from acount as a
where a.acountid NOT IN (select c.id from saving as c where c.userid="x")
and a.userid="x";
X=1;
请帮帮我谢谢