Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL CURSOR
I have got 2 tables
doc:
id head-line
1 head 1
2 head 2
doc_text
fk_doc order text
1 1 part 1 of doc 1 1 2 part 2 of doc 1 2 1 part 1 of doc 2
I need to return a CURSOR that is:
id head-line concat_text
1 head 1 part 1 of doc 1 part 2 of doc 1 2 head 2 part 1 of doc 2
Can anyone help me to create a select-statement or a PL/SQL block that
would
create a CURSOR like that.
Thanx in advance! / Mattias Received on Wed Jul 01 1998 - 09:02:21 CDT
![]() |
![]() |