Skip to Main Content

SQL Developer

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!

grouping

4171650Jan 15 2020 — edited Jan 16 2020

Can you please help me for the below scenario.  I have data in the table like this.

Employee_IDCOLUMN_ACOLUMN_BCOLUMN_C
ABC Y
ABC N
ABCY
XYZN
XYZ N

I am looking for the output data like below.

  

Employee_IDCOLUMN_ACOLUMN_BCOLUMN_C
ABCYYN
XYZN N

Comments

Post Details

Added on Jan 15 2020
1 comment
112 views