I got this problem to solve and I need some help.
table2(table1 I, table1x I, table3 I).
insert into table2(table1, table1x, table3) values(1,0,1)
insert into table2(table1, table1x, table3) values(1,0,2)
insert into table2(table1, table1x, table3) values(1,0,3)
insert into table2(table1, table1x, table3) values(2,0,4)
insert into table2(table1, table1x, table3) values(2,1,0)
insert into table2(table1, table1x, table3) values(2,0,5)
insert into table2(table1, table1x, table3) values(3,2,0)
insert into table2(table1, table1x, table3) values(3,0,6)
*-------------
My result set should be for table1 value 1; result( 1,2,3)
for table1 value 2; result(4,1,2,3,5)
for table1 value 3; result(1,2,3,4,5,6) It could go deeper...

TIA, E.



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/a2b403d463a64dd9acc5a59f0ada0...@notebookhp
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to