Distinct - mutiple columns

D

Dan

Hi,
I have distinc querie like
SELECT DISTINCT [Log].Field2
FROM [Log];

Actually, my table contains a lot of columns, and I would like to put all of
them to the querie with the same Distinct command on Field2.

Example for whole querie:
SELECT [Log].Field1, [Log].Field2, [Log].Field3
FROM [Log];

Please help.
Thnx!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top