Thursday, November 29, 2007

Dan Fouts, ladies and gents

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

No comments: