shilpashetty27
Technical User
Hi all,
I've been trying to accomplish the filtering out of duplicate data in the following table.
ID Name Code
1 x Pink
2 y Red
3 z Orange
4 z Orange
From the table above, I'm trying to filter out duplicate 'Name' fields and obtain only unique 'Name' fields with corresponding 'Code' fields.
Therefore, i'd like the results of my query to look like this:
ID Name Code
1 x Pink
2 y Red
3 z Orange
Any help on this is appreciated.
Tks in advance,
Cheers,
Shilpa
I've been trying to accomplish the filtering out of duplicate data in the following table.
ID Name Code
1 x Pink
2 y Red
3 z Orange
4 z Orange
From the table above, I'm trying to filter out duplicate 'Name' fields and obtain only unique 'Name' fields with corresponding 'Code' fields.
Therefore, i'd like the results of my query to look like this:
ID Name Code
1 x Pink
2 y Red
3 z Orange
Any help on this is appreciated.
Tks in advance,
Cheers,
Shilpa