Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PL/SQL Return a Value

Status
Not open for further replies.

jestrada101

Technical User
Mar 28, 2003
332
Will PL/SQL allow me to return a value?

Thanks
JE
 
Can this be done with a Stored Procedure?

Many thanks
JE
 
Functions can be created in the same way as procedures, so yes. Procedures can also return values with OUT parameters.
 
Stored Procedure is commonly used to denote both Stored Procedures, Stored Functions and Stored Packages.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top