Hi,
Im stuck... really stuck.
The situation is this - i've got a table which has an id field and a description field along the lines of:
ID Desc
1 Asda
2 Tesco
3 Safeway
4 Asda
5 Tesco
6 Tesco
What i need to do is return one instance of each desc together with a corresponding id. For instance with the example shown above i would need:
ID Desc
1 Asda
2 Tesco
3 Safeway
any ideas as seriosuly stuck. please note that i cannot change the table structure to make it unique on description
Im stuck... really stuck.
The situation is this - i've got a table which has an id field and a description field along the lines of:
ID Desc
1 Asda
2 Tesco
3 Safeway
4 Asda
5 Tesco
6 Tesco
What i need to do is return one instance of each desc together with a corresponding id. For instance with the example shown above i would need:
ID Desc
1 Asda
2 Tesco
3 Safeway
any ideas as seriosuly stuck. please note that i cannot change the table structure to make it unique on description