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: PL/SQL

Re: PL/SQL

From: Alexander Penev <penev_at_cska.net>
Date: 2000/06/02
Message-ID: <39383F38.DD1628E6@cska.net>#1/1

To display where?

SP wrote:

> I have this program body having parameters custid 57, cn Joe and ref Dell.
>
> CREATE PROCEDURE /*or function*/newShopper(custid in /*or out*/number,cn in
> /*or out*/varchar2,ref /*or out*/in varachar2)
> as
> begin
>
> end newshopper2;
> /
>
> It should to display the values as
>
> custid cn ref
> ----------- ------------------ --------------------
> 57 Joe Dell
>
> Can anyone help me ? What do I need to do?
Received on Fri Jun 02 2000 - 00:00:00 CDT

Original text of this message

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