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;
私を助けてくださいありがとう