exam-select-page-by-team_name-and-topic.sql 242 B

12345678910111213
  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. where team_name like ? and topic like ?
  13. limit ?,?