Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のような Oracle SQL クエリがあり、LINQ を等しくしたいと考えています。
SELECT ROWNUM rn, tmp.* FROM (SELECT tbl.name, SUM(tbl.debit) FROM table1 tbl GROUP BY tbl.name)
どうもありがとう