exam-select-page.sql 202 B

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