私の最終結果は、クエリ結果をasp.net gridivew、c#に追加することです。
次のテーブルがあります
updateID teamID empID shiftID
異なるシフトの9つのチームがあります
データベースの結果を分割しようとしているので、に基づいてシフト列から値が返されますteamID
結果を 9 列に結合する方法がわかりません
Select shiftID as col1 from test1 where teamID = 1
Select shiftID as col2 from test1 where teamID = 2
Select shiftID as col3 from test1 where teamID = 3
Select shiftID as col4 from test1 where teamID = 4
等
結果をグリッドビューに追加できるように、誰かが最善の解決策を手伝ってくれますか