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!
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!