SQL Language (MOSC)

MOSC Banner

How can I get this result using SQL

edited Jun 13, 2011 10:34AM in SQL Language (MOSC) 4 commentsAnswered ✓
 Once again. I have a table (bustinza) with this data:
r303           resulttime                         r100
-----------      ---------------------------------     ----------
205M         03/06/2011 17:49:32         16,03
205M         03/06/2011 17:49:52          21,11
205M         03/06/2011 17:50:07          15,19
250M         03/06/2011 17:47:32          12,03
250M         03/06/2011 17:48:52          31,11
250M         03/06/2011 17:49:07          15,00

How can I get this?
r303           resulttime                         r100            ORDEN
-----------      ---------------------------------     ----------        -----------------
205M         03/06/2011 17:49:32         16,03                  1
205M         03/06/2011 17:49:52          21,11                 2
205M         03/06/2011 17:50:07          15,19                 3
250M         03/06/2011 17:47:32          12,03                 1
250M         03/06/2011 17:48:52          31,11                 2
250M         03/06/2011 17:49:07          15,00                 3


Thanks in advance.
bye

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