exam-select-page.sql 188 B

1234567891011
  1. select id,
  2. begin_time,
  3. end_time,
  4. team_name,
  5. score_online,
  6. score_offline,
  7. score_final,
  8. details,
  9. score_report_path
  10. from exam
  11. limit ?,?