foreach my $page ( @pages ) { | foreach my $page ( @pages ) { | ||||
$q = sqlquery($dbh, " | $q = sqlquery($dbh, " | ||||
SELECT | SELECT | ||||
SUM(pw.count) AS count | |||||
SUM(pw.count) AS count, | |||||
l.short AS short | l.short AS short | ||||
FROM pages_words pw | FROM pages_words pw | ||||
JOIN words w ON pw.wordID = w.id | JOIN words w ON pw.wordID = w.id |