私は2つのテーブルを持っています:
Table 1
id question customerId
1 bla1 1
2 bla2 2
Table 2
id customerId Key Value
1 1 firstname John
2 1 lastname Doe
3 2 firstname Billy
4 2 lastname Jones
表示するには、グリッドビューを取得する必要があります。
Row 1: John Doe Bla1
Row 2: Billy Jones Bla2
現在、次のように表示されています:(しかし、私はこのようにしたくありません):
Row 1: John Bla1
Row 2: Doe Bla1
Row 3: Billy Bla2
Row 4: Jones Bla2
私はすべてを試したと思います。あなたの助けを借りることができます! ありがとう。