Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unpivot query

prooraMar 26 2015 — edited Mar 26 2015

Dears ,

I have like the below table

CodeCountCode CountCodeCountCodeCount
A114A1511

A10

15

D0315D1115D0122

D02

75

J012J507

J15

11

Q22

24

Q017
A7114

A08

51

i tried to unpivot by still not coming with me

i want this out put , which most counted code in column and the other code in same row in another column

Most Counted CodeCode
A10A11
A10A15
A10A10
D02D03
D02D11
D02D01
D02D02
J15J01
J15J50
J15J15
Q22Q22
Q22Q01
A08A71
A08A08

regards,

Comments

EJ-Egyed

Oracle products that are Java based are typically only supported with the Oracle build of Java. In the documentation for ORDS 20.3, it states Oracle Java 8 or later. So even if you have ORDS running on openJDK, if you were to run into an issue, Oracle would not support your configuration or at least have you try to reproduce the issue using Oracle's build of the JDK.

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 23 2015
Added on Mar 26 2015
4 comments
281 views