Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get SQLite's window functions available since SQLite 3.25? #12

Open
bmtt opened this issue May 27, 2020 · 1 comment
Open

How to get SQLite's window functions available since SQLite 3.25? #12

bmtt opened this issue May 27, 2020 · 1 comment

Comments

@bmtt
Copy link

bmtt commented May 27, 2020

Hi. I want to use the row_number() window function but it is not available on the latest "SQLite for Excel" bundle from 2016 (SQLite 3.11?). Window functions first appeared on SQLite 3.25, now we are at 3.32.

@govert
Copy link
Owner

govert commented Mar 30, 2021

You should be able to update the SQLite binary without any changes to the "SQLite for Excel" helper. That way you'll get the extra built-in functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants