Oracle Function

The syntax for a function is:

CREATE [OR REPLACE] FUNCTION function_name
[ (parameter [,parameter]) ]
RETURN return_datatype
IS | AS
[declaration_section]
BEGIN
executable_section
[EXCEPTION
exception_section]
END [function_name];

2 Responses to “Oracle Function”

  1. Thank you for your help!

  2. SsROO8 Comrade kill yourselfff

Leave a Reply

You must be logged in to post a comment.