Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Window Functions support #44

@c4f3a0ce

Description

@c4f3a0ce
  • MonetDBLite-Python version: 0.6.3
  • Python version: 3.7.6
  • Pip version: NA
  • Operating System: NA

Description

It seem like MonetDBLite doesn't support Window Functions. It would be great if such feature was included in one of the upcoming releases.

What I Did

import monetdblite
monetdblite.init("/tmp/db")
monetdblite.sql("SELECT RANK(id) OVER (ORDER BY id)  FROM tables")

getting

DatabaseError                             Traceback (most recent call last)
...
DatabaseError: SQL Query Failed: ParseException:SQLparser:42000!syntax error, unexpected ID, expecting ')' in: "select rank(id"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions