21577 |
SELECT category, authorised_value, COUNT(concat(category, ':', authorised_value)) AS c |
21577 |
SELECT category, authorised_value, COUNT(concat(category, ':', authorised_value)) AS c |
21579 |
GROUP BY category, authorised_value |
21579 |
GROUP BY category, authorised_value |
21583 |
push @description, "WARNING - Cannot create unique constraint on authorised_value(category, authorised_value)"; |
21583 |
push @description, "WARNING - Cannot create unique constraint on authorised_value(category, authorised_value)"; |