Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Question on Select Statement

Re: Question on Select Statement

From: Peter McKenzie <pemmck_at_ibm.net>
Date: 1997/08/22
Message-ID: <5tjge8$n2k$1@marri.bs.wa.gov.au>#1/1

 You could create a database function which accepts the primary key of the master table as an argument. The function would read through the table and build a return string. You would probably want to pass an error message back through the string if it overflows.

>> 1 HELLO 200 300 400
>>
>> Thanks in advance for your help.
>
Received on Fri Aug 22 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US