0

次のクエリを使用しました。

select tblclass.classname,tblattendance.id 
 from tblclass,tblattendance
where tblclass.classcode=tblattendance.classcode 
  and tblattendance.attdate='2013-07-01'

このクエリの出力は次のとおりです。

ここに画像の説明を入力

今私が欲しいのは、上記の結果ではなく、IB-2、IC-5 のような異なるクラスの数が欲しいということです。希望する結果を得るためにクエリにどのような変更を加える必要があるか教えてください

4

3 に答える 3