Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: A Question about a query on three tables
Markus Schwabe wrote:
I see no easy way to do this with a single query! But you could create a
function
getkomm which concatenates the relevant data, and then code
select P_ID,NAME,getkomm(P_ID) from PARTNER where P_ID = 4711;
hth
Helmut
Received on Mon May 22 2000 - 00:00:00 CDT
![]() |
![]() |