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

Window functions and MariaDB #89

Closed
norbusan opened this issue Mar 8, 2018 · 2 comments
Closed

Window functions and MariaDB #89

norbusan opened this issue Mar 8, 2018 · 2 comments

Comments

@norbusan
Copy link

@norbusan norbusan commented Mar 8, 2018

Dear all,
I am not sure whether this is the correct place, but playing around with RMariaDB and trying to convert some statements into sql with show_query() I often get an error from dplyr stating that ... does not support window functions. I am running MariaDB 10.2, the current stable, which should support window functions, at least that is what they state. The query I am sending of is

  BW <- somedata_db %>%
    group_by(key1) %>%
    filter(key2 == max(key2)) %>%
    summarise(val=max(key3))

Appending to this a %>% show_query() always ends in the "does not support" error.

Thanks a lot

Norbert

@krlmlr
Copy link
Member

@krlmlr krlmlr commented May 1, 2018

Thanks. This seems to be a dbplyr problem. This sort of question is a better fit for https://community.rstudio.com. Do you mind asking it over there? (You might want to read https://www.tidyverse.org/help/ first to maximise your chances of getting a good answer.)

@github-actions
Copy link

@github-actions github-actions bot commented Dec 7, 2020

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants