exam-select-latest-by-team_name.sql 124 B

1234
  1. select id, begin_time, end_time, score_report_path, team_name
  2. from exam
  3. where team_name = ?
  4. order by begin_time desc limit 1