Details

    Description

      Add support for EXCEPT clause

      The EXCEPT clause has this general form:

      select_statement EXCEPT select_statement

      select_statement is any SELECT statement without an ORDER BY, LIMIT, or FOR UPDATE clause.

      The EXCEPT operator computes the set of rows that are in the result of the left SELECT statement but not in the result of the right one.

      The result of EXCEPT does not contain any duplicate rows unless the ALL option is specified. With ALL, a row that has m duplicates in the left table and n duplicates in the right table will appear max(m-n,0) times in the result set.

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Oleksandr Byelkin made transition -
            Open In Progress
            180d 23h 53m 1
            Oleksandr Byelkin made transition -
            In Progress In Review
            70d 3h 14m 1
            Oleksandr Byelkin made transition -
            In Review Stalled
            38d 15h 7m 1
            Oleksandr Byelkin made transition -
            Stalled Closed
            23s 1

            People

              sanja Oleksandr Byelkin
              monty Michael Widenius
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

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