0

Results のような sqlite テーブルがあり、オプションの数を数えて finalResults のようなテーブルを作成したいと考えています。私はsqliteを使用しています

   Table Name: Results           Table Name: finalResults
   ___________ _________         __________  _______  ________  _______  _______
    questionId| optionId         questionId| option1 | option2 |option3 |option4
    --------------------         -----------------------------------------------    
       40     | 3                40        | 1       |  2      | 4     | 1
       40     | 3                41        | 2       |  1      | 1      | 3
       40     | 2
       40     | 4
       40     | 2
       40     | 1
       40     | 3
       40     | 3
       41     | 1
       41     | 3
       41     | 2
       41     | 4
       41     | 4
       41     | 4
       41     | 1

ありがとうございました

4

2 に答える 2