SELECT DISTINCT field1, field2, field3, ......   FROM table

I am trying to accomplish the following sql statement but I want it to return all columns is this possible? Something like:

SELECT DISTINCT field1, * from table

18 Answers
18

Leave a Reply

Your email address will not be published. Required fields are marked *