Hi...
what I would like to do is to have a select distinct query, but instead of returning distinct records on all fields, I would like to limit the distinct condition to just 1 field...
i.e.
SELECT DISTINCT(field1), field2, field3 FROM table;
is this possible?
--------------------
Procrastinate Now!
what I would like to do is to have a select distinct query, but instead of returning distinct records on all fields, I would like to limit the distinct condition to just 1 field...
i.e.
SELECT DISTINCT(field1), field2, field3 FROM table;
is this possible?
--------------------
Procrastinate Now!