thisisboni
Programmer
Hi:
I have 2 tables (t1, t2) its a 1-to-many relation
can I join the 2 tables and display all results one row per each entry in t1 ?
eg.
t1 t2
--- ----
1 1, sam
2 1, bam
1, ham
2, lab
I want the output as
1 sam, bam, ham
2 lab
any help /suggestion would be appreciated !
tx
p.s.: I am on CR10 with Oracle 9i dB
I have 2 tables (t1, t2) its a 1-to-many relation
can I join the 2 tables and display all results one row per each entry in t1 ?
eg.
t1 t2
--- ----
1 1, sam
2 1, bam
1, ham
2, lab
I want the output as
1 sam, bam, ham
2 lab
any help /suggestion would be appreciated !
tx
p.s.: I am on CR10 with Oracle 9i dB