XMLWordPrintable

Details

    Description

      Example

      DECLARE
        FUNCTION f1 RETURN VARCHAR2 AS
          FUNCTION f2 RETURN VARCHAR2 AS
          BEGIN
            RETURN 'f2';
          END;
        BEGIN
          RETURN 'f1'||f2;
        END;
      BEGIN 
        DBMS_OUTPUT.PUT_LINE(f1()); 
      END;
      /
      

      f1f2 
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.