Issues connecting R to HANA db with many special characters
问题 I am having issues with reading HANA data into R. I have established my connection via ch <- odbcConnect("HANA",uid="USER",pwd="PW") And confirmed I am connected via sqlTables(ch) which pulls up my list of tables. Filtering on my desired table I am trying to pull reveals the full name to be "ccf-edw.self-service.MDM::Q_CA_R_CUSTOMER_REPORTS" From other posts I have seen, there appear to be issues surrounding the periods. Attempting sqlQuery(ch, 'SELECT TOP 10 FROM "_SYS_BIC"."ccf-edw"."self