Skip to Main Content

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 due to inactivity on Sep 24 2007
Added on Aug 22 2007
12 comments
1,437 views