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
library(DBI)
sqlInterpolate(
ANSI(),
"select * from table where name in ?names",
names= SQL("('a', 'b')")
)
#> <SQL> select * from table where name in ('a', 'b')
Created on 2018-10-01 by the reprex package (v0.2.1.9000)
Would you like to add documentation and/or a test?
The following interpolation does not seem to be supported currently:
which is supposed to be translated into
The text was updated successfully, but these errors were encountered: