SQL Language (MOSC)

MOSC Banner

choice any description

edited Jun 7, 2012 12:35AM in SQL Language (MOSC) 5 commentsAnswered
if i have data like :id     desc
1         x
1        xx
1        xxx
2         yy
2         y
3         r
5         t
5         rr

i want to get the first description or any description for each id
so i want to make a query and the result will be :

id   desc
1      x
2      yy
3       r
5       t

thanks

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