Hi all, i'm struggling with the simplest of queries, i'm using one table and grouping on two fields.
Table
ID Term
123 84
123 84
123 84
Query returns
ID Term
123 84
123 12
How on earth is it possible to return two records and one with 12 as the term when it doesn't exist against ID 123