I think it’s easier to understand what I want by an example:
records :
NAME DATA
AAAAA share it
AAAAA Astronomy
AAAAA Math
BBBBB share it
CCCCC share it
CCCCC Soccer
I want to select the first two records (with ALL data).
(If the record has NAME repeated, get it and don’t count as an record)
I want to get this:
AAAAA share it
AAAAA Astronomy
AAAAA Math
BBBBB share it
I don’t know if it’s easy to understand.
1 Answer