Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-25990

Window frame is not allowed with 'ntile' function

    XMLWordPrintable

Details

    Description

      KB lists NTILE as the function that could operate on window frames - https://mariadb.com/kb/en/window-frames/
      but currently it returns error:

      MariaDB [test]> SELECT ntile(1)    OVER (ORDER BY score RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW)  FROM student_test;
      ERROR 4017 (HY000): Window frame is not allowed with 'ntile'
      

      Attachments

        Activity

          People

            psergei Sergei Petrunia
            alice Alice Sherepa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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