Closed coyotemarin closed 9 years ago
Johnson & Johnson is rated by three campaigns in my input data. It appears in the company table, but there are no ratings for it in the rating table.
Johnson & Johnson
company
rating
Wow, apparently this was due to a bug in select_groups() where each group only contained one row (we were using GROUP BY in the query when we shouldn't have).
select_groups()
GROUP BY
Johnson & Johnson
is rated by three campaigns in my input data. It appears in thecompany
table, but there are no ratings for it in therating
table.