Talks about Java Design, Development, etc..
The following sql is to call a function defined in the package
declare
outVal number; begin -- Call the function outVal := mypackage.myfunction (100); end;
No comments:
Post a Comment