You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt it is relevant to the issue, but I'm using a combination of simulated DBI backends and lazy tables run through dplyr verbs to build up SQL queries. I then use dbplyr::sql_render to produce SQL statements. I was experimenting with using CTEs and when I set cte = TRUE, I got this error.
The text was updated successfully, but these errors were encountered:
I ran into an error when attempting union some tables with the CTE option turned on.
Created on 2024-11-19 with reprex v2.1.1
I doubt it is relevant to the issue, but I'm using a combination of simulated DBI backends and lazy tables run through dplyr verbs to build up SQL queries. I then use
dbplyr::sql_render
to produce SQL statements. I was experimenting with using CTEs and when I set cte = TRUE, I got this error.The text was updated successfully, but these errors were encountered: