selct the first number of consult
Hi, Folks.
in the full table , I have the result.
NUMERO NOME
---------- ----------
1 A
1 B
1 C
1 D
2 A
2 B
2 C
2 D
I want to return the first "NOME" of each "NUMERO". So I have to return:
NUMERO NOME
---------- ----------
1 A
2 A
Regards,
André