Embed this into a gql query:
select s.year, s.year, s.id, concat(p.fname, concat(' ', p.lname)), s.passyd from seasons s, players p where p.position = 'qb' and s.id = p.id and s.year > 1980 and s.year < 1990 and s.team = 'sdg' group by s.year, s.id order by s.year, s.id;
/ark
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment