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.
C# と ADO.Net エンティティ データ モデルを使用してアプリケーションを開発しています。SQL Server データベースに 3 つの列 (idUser、nameUser、statusUser) を持つテーブル Users があります。statusUser = 0 を持つテーブルの 2 番目、3 番目、または N 番目のユーザーを取得するコードは何ですか?
DENSE_RANK関数 を見てください。