Having a bit of a mental block.
If I have a table like this:
code colour
1234 red
1235 red
1236 white
1237 blue
1238 blue
How could return only the first occurence of the colour, along with the code?
I obviously can't to a group by because I have distinct codes.
Thanks in advance







Bookmarks