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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

View data in one row

569536Aug 22 2007 — edited Aug 27 2007
Hi, guys I have a table filled in this way and I can't modify the data inside:


F1 F2 F3 F4

1 A null null
1 null B null
1 null null C
2 D null null
2 null E null
2 null null F
3 G null null
3 null H null
3 null null I



Is there a way to see the data in this other way (without any NULL)?:


F1F2F3F4

1 A B C
2 D E F
3 G H I


Thank you

Alex

Message was edited by:
user566533

Message was edited by:
user566533
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2007
Added on Aug 22 2007
12 comments
1,572 views