Is there a way to use glue_sql()
for mixed case and upper case names?
For example something like this
dbGetQuery(con, "SELECT \"mixedCase\" from my_table limit 5;")
from postgresql - Querying mixed case columns in SQL with R - Stack Overflow
but using glue
or something similar?