Hello SQL professionals
I am trying to get rid of duplicates in a column instead of the rows using access 2000. For example.
Here is what is returned to me without Distinct
B 20
A 10
B 40
C 20
D 30
C 10
A 30
Instead I would like something more like this
B 20
A 10
C 20
D 30
Can this be done? Thanks
I am trying to get rid of duplicates in a column instead of the rows using access 2000. For example.
Here is what is returned to me without Distinct
B 20
A 10
B 40
C 20
D 30
C 10
A 30
Instead I would like something more like this
B 20
A 10
C 20
D 30
Can this be done? Thanks