Hi all,
I am having a problem using RJDBC::dbSendUpdate to import data into db. There is a string that including two single quotes and two double quotes. I get a error when I add two single/double quotes to fit sql insert into format, e.g., print(" 'test' and "test" ") and print(' 'test' and "test" ').