Quote:
Originally Posted by Ether
I haven't done SQL in decades. I just cobbled up an AWK script to read the match_teams table.
|
Yay AWK, and once again showing there is more than one way to parse the data. I'm going to guess that Ether's was a little faster, since the data only will get a single read, the other method using SQL has quite a few joins.