Something like this ?
SELECT DISTINCT name
FROM yourTable
WHERE label = 'yourLabel'
Or this ?
SELECT label, name
FROM yourTable
GROUP BY label, name
Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886