Closed ablack3 closed 3 weeks ago
It seems that paste0 translates to the + operator on sql server when it should really use the concat function. Investigate, create a reprex, and open an issue on dbplyr for this.
+
moving to private issue tracker.
It seems that paste0 translates to the
+
operator on sql server when it should really use the concat function. Investigate, create a reprex, and open an issue on dbplyr for this.