Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-428

Implement OR correlated subquery

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • None
    • Icebox
    • N/A

    Description

      From the Google Groups, this query fails:

      SELECT DISTINCT member_id
      FROM member_store_transaction
      WHERE member_id IN (
          SELECT member_id
          FROM member_store_transaction
      )
      OR member_id IN (
          SELECT member_id
          FROM member_store_transaction
      )
      

      With the error "Correlated subquery within OR operator is currently not supported".

      Attachments

        Activity

          People

            tntnatbry Gagan Goel (Inactive)
            LinuxJedi Andrew Hutchings (Inactive)
            Votes:
            5 Vote for this issue
            Watchers:
            11 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.