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'm upvoting this as I'd like to use the odbc package with parametrized queries but I can't figure out how to use sqlInterpolate. I've tried all sorts of combinations with dbQuoteString and dbQuoteIdentifier and sqlInterpolate but nothing doing so far.
My issue is some parameters need to be have single quotes surrounding them (like dates) others not, in the same query. Even though the sql generated by sqlInterpolate may look ok, it can produce strange results when used in dbGetQuery.
#99 (comment)
The text was updated successfully, but these errors were encountered: