Details

    Description

      Following windowed aggregate cannot be expressed.

      SELECT
          `C1`, 
          `C2`, 
          SUM(`C3`), 
          SUM(SUM(`C3`))
              OVER(
                  PARTITION BY
                      `C1`
              )
      FROM
          `TOLAP` 
      GROUP BY 
          `C1`, 
          `C2`
       
      Error: Invalid use of group function
      SQLState:  HY000
      ErrorCode: 1111
      

      Attachments

        Issue Links

          Activity

            Transition Time In Source Status Execution Times
            Elena Stepanova made transition -
            Open Closed
            1d 15h 48m 1
            Elena Stepanova made transition -
            Closed Stalled
            9d 46m 1
            Igor Babaev (Inactive) made transition -
            Stalled In Progress
            3h 6m 1
            Igor Babaev (Inactive) made transition -
            In Progress Closed
            21h 21m 1

            People

              igor Igor Babaev (Inactive)
              the6campbells the6campbells
              Votes:
              0 Vote for this issue
              Watchers:
              5 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.