You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
285 B

SELECT
g.user_id,
g.status,
g.final_score,
g.challenge_id,
g.answer_open,
g.retry_status,
g.accuracy,
g.cost_time,
g.evaluate_count,
g.code_change_count,
c.id as shixun_id
FROM
games as g
left join challenges as c
on g.challenge_id=c.id