SQL - columns for different categories

后端 未结 6 655
予麋鹿
予麋鹿 2020-12-09 11:39

I am new to SQL. I have a database with data for different exams, for example:

Student Test Grade
--------------------
St1    T1   A
St2    T1   B
St3    T1          


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 12:14

    I asked a similar question a while back. You need something akin to a pivot table, but, that's not available in SQLite (as far as I know).

提交回复
热议问题