1. 评委信息库(评委的个人资料信息,比如,姓名、性别、职业等,根据需要增减)
2. 参赛选手库(选手的资料)
3. 评分库(id、选手id、评分1-5(对应五个评委)
select * from 表名 where match_id in (select match_id from 表名 where team_id='a' or team_id='b' group by match_id)欢迎分享,转载请注明来源:内存溢出
1. 评委信息库(评委的个人资料信息,比如,姓名、性别、职业等,根据需要增减)
2. 参赛选手库(选手的资料)
3. 评分库(id、选手id、评分1-5(对应五个评委)
select * from 表名 where match_id in (select match_id from 表名 where team_id='a' or team_id='b' group by match_id)欢迎分享,转载请注明来源:内存溢出
评论列表(0条)