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

Support ORDER BY within UNION subqueries

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.2.4
    • None
    • None
    • 2019-04

    Description

      We do not support ORDER BY within subqueries that are unioned, for example:

      SELECT * FROM
      ((SELECT a, b FROM t1 ORDER BY b LIMIT 2) sq1
      UNION ALL
      (SELECT a, b FROM t2 ORDER BY b LIMIT 2) sq2)
      ORDER BY 1,2;
      

      Attachments

        Activity

          People

            dleeyh Daniel Lee (Inactive)
            LinuxJedi Andrew Hutchings (Inactive)
            Votes:
            3 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.