次のような学生テーブルがある場合:
original_student other_student
10123 20234
10234 20456
そして、学生クラスを含む他のテーブルがあります
Student_code Class
10123 class_001
20234 class_002
10234 class_003
20456 class_004
私の質問は、student_table に関するものです。original_student と other_student の行のクラスの合計数が 2 以上であることを確認するにはどうすればよいですか。original_student と other_student を組み合わせてカウントする必要があります。
ありがとう