SQL Language (MOSC)

MOSC Banner

selct the first number of consult

edited Jul 3, 2013 11:58AM in SQL Language (MOSC) 2 commentsAnswered

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é

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center