Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-5324

Document: Incorrect syntax DECLARE/OPEN CURSOR

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 5.0.0
    • None
    • None

    Description

      Incorrect Syntax:

      DECLARE CURSOR cursorName FOR selectStatement

      OPEN CURSOR cursorName

       

      Correct Syntax:

      DECLARE cursorName CURSOR FOR selectStatement

      OPEN cursorName

       

      Attachments

        1. PHOENIX-5324.svn.master.v1.patch
          4 kB
          Karthik Palanisamy

        Activity

          People

            kpalanisamy Karthik Palanisamy
            kpalanisamy Karthik Palanisamy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: