Hello my friends
I need some help with a query.
I’ve got a table and like to select distinct coll prod_number and order my output by coll id autonumber.
I know it won’t work with a basic query such as
SELECT DISTINCT prod_number FROM mytable ORDER BY id DESC
But is there a (simple) solution for this.
Someone?
Thx...