Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQL*PLUS question
I have one table, table_a which has two attributes group_id and rate. What I
want is to retrieve the medium value for each group_id. For example,
table_a: group_id rate
------------ ------
01 1.0 01 1.1 01 1.2 02 2.1 03 3.1 03 3.4 03 4.0 03 4.1 03 5.0 what I want is something like: group_id rate
------------ ------
01 1.1 02 2.1 03 4.0
Peng Nie Received on Tue Mar 16 1999 - 21:37:20 CST
![]() |
![]() |