sql question
-
Hi I am trying to select distinct fields from a table. The problem is some of them are still duplicating even with the distinct function there. Why would this be? Does the distinct function not work with every query?
First this is not a SQL Forum.
.netman wrote:
The problem is some of them are still duplicating even with the distinct function there. Why would this be?
Second you didn't provide your query.
.netman wrote:
Does the distinct function not work with every query?
It does. Definitely, there is some problem with your query or the way you are expecting the result.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
First this is not a SQL Forum.
.netman wrote:
The problem is some of them are still duplicating even with the distinct function there. Why would this be?
Second you didn't provide your query.
.netman wrote:
Does the distinct function not work with every query?
It does. Definitely, there is some problem with your query or the way you are expecting the result.
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi I am trying to select distinct fields from a table. The problem is some of them are still duplicating even with the distinct function there. Why would this be? Does the distinct function not work with every query?
Please provide the query.