This is a migrated thread and some comments may be shown as answers.

[Solved] Hierachy

1 Answer 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 11 Nov 2009, 12:17 PM
hi

I have a select statement:

Select A, B, C, D, E from TA join TB

Is it possible to do a grid hierachy example

A B C
    C D E

How should i go about it? Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Schlurk
Top achievements
Rank 2
answered on 12 Nov 2009, 06:25 PM
I believe this can be easily achieved if you do two separate select statements (A B C and C D E), however I don't think that you can use a single statement like the one you mentioned.
Tags
Grid
Asked by
L
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or