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
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.)
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.
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 isAppending to this a
%>% show_query()always ends in the "does not support" error.Thanks a lot
Norbert
The text was updated successfully, but these errors were encountered: